diff auto/configure @ 5102:f597c9be5c92

Use "client_header_timeout" for all requests in a connection. Previously, only the first request in a connection used timeout value from the "client_header_timeout" directive while reading header. All subsequent requests used "keepalive_timeout" for that. It happened because timeout of the read event was set to the value of "keepalive_timeout" in ngx_http_set_keepalive(), but was not removed when the next request arrived.
author Valentin Bartenev <vbart@nginx.com>
date Thu, 07 Mar 2013 17:41:40 +0000
parents 3010db312c91
children 1209b8a7b077
line wrap: on
line diff