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

Unified Diff: net/spdy/hpack_encoder.h

Issue 1017853004: Remove HpackHuffmanAggregator. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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/net.gypi ('k') | net/spdy/hpack_huffman_aggregator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/spdy/hpack_encoder.h
diff --git a/net/spdy/hpack_encoder.h b/net/spdy/hpack_encoder.h
index db012e4f212a0ec8860e367e61f970200c063119..752f2f57ba53ad06523fb6dc7add3d5e4e9c3dfb 100644
--- a/net/spdy/hpack_encoder.h
+++ b/net/spdy/hpack_encoder.h
@@ -45,7 +45,6 @@ class NET_EXPORT_PRIVATE HpackEncoder {
// Encodes the given header set into the given string. Only non-indexed
// literal representations are emitted, bypassing the header table. Huffman
// coding is also not used. Returns whether the encoding was successful.
- // TODO(jgraettinger): Enable Huffman coding once the table as stablized.
bool EncodeHeaderSetWithoutCompression(
const std::map<std::string, std::string>& header_set,
std::string* output);
« no previous file with comments | « net/net.gypi ('k') | net/spdy/hpack_huffman_aggregator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698