mirror of
https://github.com/nginx/nginx.git
synced 2026-08-04 14:58:20 +00:00
Request body: adjust b->pos when chunked parsing done.
This is a nop for the current code, though will allow to correctly parse pipelined requests.
This commit is contained in:
parent
df74d88156
commit
6ddf23bdc4
1 changed files with 3 additions and 0 deletions
|
|
@ -2065,6 +2065,9 @@ data:
|
|||
|
||||
done:
|
||||
|
||||
ctx->state = 0;
|
||||
b->pos = pos + 1;
|
||||
|
||||
return NGX_DONE;
|
||||
|
||||
invalid:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue