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

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

Issue 2026593002: Remove limit on individual hpack string literals. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix lint error. Created 4 years, 6 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 2d65719bf461498b4d266c1efccbbb2aef7d035c..8789f608290a5641ce2c16cda74026d63c539dd2 100644
--- a/net/spdy/hpack/hpack_decoder.h
+++ b/net/spdy/hpack/hpack_decoder.h
@@ -95,7 +95,6 @@ class NET_EXPORT_PRIVATE HpackDecoder {
bool HandleHeaderRepresentation(base::StringPiece name,
base::StringPiece value);
- const uint32_t max_string_literal_size_;
HpackHeaderTable header_table_;
// TODO(jgraettinger): Buffer for headers data, and storage for the last-

Powered by Google App Engine
This is Rietveld 408576698