diff --git a/include/hpack/encoder.hpp b/include/hpack/encoder.hpp index 804fc53..b7a049f 100644 --- a/include/hpack/encoder.hpp +++ b/include/hpack/encoder.hpp @@ -30,7 +30,6 @@ struct encoder { | 1 | Index (7+) | +---+---------------------------+ */ - assert(header_index <= dyntab.current_max_index()); auto out = noexport::adapt_output_iterator(_out); // indexed name and value 0b1... *out = 0b1000'0000;