-
- Downloads
POST: handle http/1 pipelined after body
Re-use wsi->preamble_rx to also hold leftover rx after dealing with POST body. Ensure ah->rx is always big enough to cope with what may have been read into the pt->serv_buf. Update the check for forced needed to also accept non-NULL wsi->preamble as well as ah->rxpos != ah->rxlen as indication forced needed. Disable autoservice on ah reset during transaction completed... it may close the wsi underneath us when it sees and processes the pending wsi->preamble_rx recursively otherwise.
Showing
- lib/context.c 8 additions, 0 deletionslib/context.c
- lib/server/parsers.c 5 additions, 1 deletionlib/server/parsers.c
- lib/server/server.c 71 additions, 20 deletionslib/server/server.c
- lib/service.c 4 additions, 2 deletionslib/service.c
- test-apps/attack.sh 1 addition, 1 deletiontest-apps/attack.sh
Loading
Please register or sign in to comment