Skip to content

Commit

Permalink
test[http2]: table resize
Browse files Browse the repository at this point in the history
  • Loading branch information
SHIINASAMA committed Sep 11, 2024
1 parent e61c270 commit 5c8655d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sese
2 changes: 1 addition & 1 deletion src/HttpConnectionEx.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ void HttpConnectionEx::handleHeadersFrame() {

if (stream->end_headers) {
auto rt = HPackUtil::decode(&stream->temp_buffer, stream->temp_buffer.getReadableSize(), req_dynamic_table,
stream->request, false);
stream->request, false, header_table_size);
stream->temp_buffer.freeCapacity();
if (rt) {
writeGoawayFrame(frame.ident, 0, rt, "");
Expand Down

0 comments on commit 5c8655d

Please sign in to comment.