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

Unified Diff: net/spdy/hpack/hpack_decoder.h

Issue 2300683002: Increase maximum size of the HPACK decoder dynamic table to 64 kB. (Closed)
Patch Set: Update Cronet Android tests. 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
Index: net/spdy/hpack/hpack_decoder.h
diff --git a/net/spdy/hpack/hpack_decoder.h b/net/spdy/hpack/hpack_decoder.h
index caad941578783c953f948fb8575c3a377892d49a..172892ffa509cab312d40b5a88744f61952bdb5e 100644
--- a/net/spdy/hpack/hpack_decoder.h
+++ b/net/spdy/hpack/hpack_decoder.h
@@ -38,7 +38,7 @@ class NET_EXPORT_PRIVATE HpackDecoder : public HpackDecoderInterface {
HpackDecoder();
~HpackDecoder() override;
- // Called upon acknowledgement of SETTINGS_HEADER_TABLE_SIZE.
+ // Called upon sending a SETTINGS_HEADER_TABLE_SIZE value.
void ApplyHeaderTableSizeSetting(size_t size_setting) override;
// If a SpdyHeadersHandlerInterface is provided, HpackDecoder will emit

Powered by Google App Engine
This is Rietveld 408576698