]> git.kaiwu.me - nginx.git/commit
Request body: fixed client_body_in_file_only.
authorMaxim Dounin <mdounin@mdounin.ru>
Fri, 1 Feb 2013 14:38:18 +0000 (14:38 +0000)
committerMaxim Dounin <mdounin@mdounin.ru>
Fri, 1 Feb 2013 14:38:18 +0000 (14:38 +0000)
commite97e4124e372d2db118d984988632d28f8966130
treeabeaa2c201ab30c026c963a85b84deb4a838190d
parent2887c06fdecbb4eccaf69a9e7fbef55f1b49c2b5
Request body: fixed client_body_in_file_only.

After introduction of chunked request body reading support in 1.3.9 (r4931),
the rb->bufs wasn't set if request body was fully preread while calling the
ngx_http_read_client_request_body() function.

Reported by Yichun Zhang (agentzh).
src/http/ngx_http_request_body.c