We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceb8840 commit e937f2eCopy full SHA for e937f2e
1 file changed
include/hpack/encoder.hpp
@@ -30,7 +30,6 @@ struct encoder {
30
| 1 | Index (7+) |
31
+---+---------------------------+
32
*/
33
- assert(header_index <= dyntab.current_max_index());
34
auto out = noexport::adapt_output_iterator(_out);
35
// indexed name and value 0b1...
36
*out = 0b1000'0000;
0 commit comments