commit | 8f702a573a28622a855ad83d28f49270232b7ad3 | [log] [tgz] |
---|---|---|
author | Maxim Dounin <mdounin@mdounin.ru> | Sat Jan 04 03:32:22 2014 +0400 |
committer | Maxim Dounin <mdounin@mdounin.ru> | Sat Jan 04 03:32:22 2014 +0400 |
tree | 8039639a338df862e7c500a105e40756c59b2480 | |
parent | eb60e1e26d0fd90bff695cef359da1749bb00c59 [diff] |
Fixed "zero size buf in output" alerts. If a request had an empty request body (with Content-Length: 0), and there were preread data available (e.g., due to a pipelined request in the buffer), the "zero size buf in output" alert might be logged while proxying the request to an upstream. Similar alerts appeared with client_body_in_file_only if a request had an empty request body.