Skip to content

Commit e937f2e

Browse files
authored
rm assert (#14)
rm assert for using in tests
1 parent ceb8840 commit e937f2e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

include/hpack/encoder.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ struct encoder {
3030
| 1 | Index (7+) |
3131
+---+---------------------------+
3232
*/
33-
assert(header_index <= dyntab.current_max_index());
3433
auto out = noexport::adapt_output_iterator(_out);
3534
// indexed name and value 0b1...
3635
*out = 0b1000'0000;

0 commit comments

Comments
 (0)