Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(109)

Unified Diff: net/spdy/chromium/header_coalescer.h

Issue 2974613002: Allow large response headers to buffer in HpackDecoder. (Closed)
Patch Set: naught but a nit Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/spdy/chromium/buffered_spdy_framer.cc ('k') | net/spdy/chromium/header_coalescer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/spdy/chromium/header_coalescer.h
diff --git a/net/spdy/chromium/header_coalescer.h b/net/spdy/chromium/header_coalescer.h
index dc2449476156c4a0fa930d43d903e0381ef6dcf5..b2d6d8f7876aa46bed0a54dd61bdf3929b8e3111 100644
--- a/net/spdy/chromium/header_coalescer.h
+++ b/net/spdy/chromium/header_coalescer.h
@@ -13,6 +13,8 @@
namespace net {
+const size_t kMaxHeaderListSize = 256 * 1024;
+
class NET_EXPORT_PRIVATE HeaderCoalescer : public SpdyHeadersHandlerInterface {
public:
explicit HeaderCoalescer(const NetLogWithSource& net_log);
« no previous file with comments | « net/spdy/chromium/buffered_spdy_framer.cc ('k') | net/spdy/chromium/header_coalescer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698