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

Unified Diff: net/spdy/spdy_flags.h

Issue 2348603003: Increase HPACK table size up to the optimal size if clients allow it. (Closed)
Patch Set: Address review comments. Created 4 years, 3 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/hpack/hpack_header_table_test.cc ('k') | net/spdy/spdy_flags.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/spdy/spdy_flags.h
diff --git a/net/spdy/spdy_flags.h b/net/spdy/spdy_flags.h
index a5e1763f249edf8fe9bf6e7001085e597818a57e..6d2d7f1b12bbaed332eea7201de2ce975fc8b473 100644
--- a/net/spdy/spdy_flags.h
+++ b/net/spdy/spdy_flags.h
@@ -13,6 +13,8 @@ NET_EXPORT_PRIVATE extern bool
FLAGS_chromium_http2_flag_spdy_framer_use_new_methods4;
NET_EXPORT_PRIVATE extern bool
FLAGS_chromium_http2_flag_use_new_spdy_header_block_header_joining;
+NET_EXPORT_PRIVATE extern bool
+ FLAGS_chromium_reloadable_flag_increase_hpack_table_size;
NET_EXPORT_PRIVATE extern bool FLAGS_use_nested_spdy_framer_decoder;
} // namespace net
« no previous file with comments | « net/spdy/hpack/hpack_header_table_test.cc ('k') | net/spdy/spdy_flags.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698