mirror of
https://github.com/nginx/nginx.git
synced 2025-07-23 13:46:20 +08: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
@ -2065,6 +2065,9 @@ data:
|
|||||||
|
|
||||||
done:
|
done:
|
||||||
|
|
||||||
|
ctx->state = 0;
|
||||||
|
b->pos = pos + 1;
|
||||||
|
|
||||||
return NGX_DONE;
|
return NGX_DONE;
|
||||||
|
|
||||||
invalid:
|
invalid:
|
||||||
|
Loading…
Reference in New Issue
Block a user