Files
nginx/src
Valentin Bartenev 3e5aaee828 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.
2013-03-07 17:41:40 +00:00
..
2013-03-07 17:07:04 +00:00
2012-01-18 15:07:43 +00:00
2012-12-21 16:13:03 +00:00