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

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

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/header_coalescer.h ('k') | net/spdy/chromium/spdy_session.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/spdy/chromium/header_coalescer.cc
diff --git a/net/spdy/chromium/header_coalescer.cc b/net/spdy/chromium/header_coalescer.cc
index d7931c28151bf4dd7337ac039f3bca4cd82f9174..019f80620ca386d436f2c3a0200d495263932596 100644
--- a/net/spdy/chromium/header_coalescer.cc
+++ b/net/spdy/chromium/header_coalescer.cc
@@ -31,8 +31,6 @@ std::unique_ptr<base::Value> ElideNetLogHeaderCallback(
} // namespace
-const size_t kMaxHeaderListSize = 256 * 1024;
-
HeaderCoalescer::HeaderCoalescer(const NetLogWithSource& net_log)
: net_log_(net_log) {}
« no previous file with comments | « net/spdy/chromium/header_coalescer.h ('k') | net/spdy/chromium/spdy_session.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698