]> git.kaiwu.me - nginx.git/commit
Upstream: fixed handling of write event after sending request.
authorValentin Bartenev <vbart@nginx.com>
Tue, 1 Jul 2014 16:52:08 +0000 (20:52 +0400)
committerValentin Bartenev <vbart@nginx.com>
Tue, 1 Jul 2014 16:52:08 +0000 (20:52 +0400)
commit3c2b5e88abbe6ff7e65b95708894208dd2828288
tree7a18ef313f1cf60ec3125f243ef7cb27b0e955a5
parent9f8785ae5e5d99d6476af1a8efda321c1b92733e
Upstream: fixed handling of write event after sending request.

The ngx_http_upstream_dummy_handler() must be set regardless of
the read event state.  This prevents possible additional call of
ngx_http_upstream_send_request_handler().
src/http/ngx_http_upstream.c