Skip to content

Commit

Permalink
fix(1902): correct the skb len
Browse files Browse the repository at this point in the history
Fix #1902

When we contruct frames for HTTP/2 response and
reuse the same skbs from the backend (HTTP/1), we forget to adjust
the skb size according to the trailer headers (if exist) size, then it
comes with extra partial HTTP/1 response to the client. Then, the client
will send a `GOAWAY` to temepesta due to wrong frame size, and tempesta
sends back the `TCP RESET`.
  • Loading branch information
kingluo committed Apr 5, 2024
1 parent 7dc50e1 commit 37e3f4a
Show file tree
Hide file tree
Showing 6 changed files with 7,656 additions and 2 deletions.
Loading

0 comments on commit 37e3f4a

Please sign in to comment.