commit | e97e4124e372d2db118d984988632d28f8966130 | [log] [tgz] |
---|---|---|
author | Maxim Dounin <mdounin@mdounin.ru> | Fri Feb 01 14:38:18 2013 +0000 |
committer | Maxim Dounin <mdounin@mdounin.ru> | Fri Feb 01 14:38:18 2013 +0000 |
tree | abeaa2c201ab30c026c963a85b84deb4a838190d | |
parent | 2887c06fdecbb4eccaf69a9e7fbef55f1b49c2b5 [diff] |
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).