]> git.kaiwu.me - nginx.git/commit
avoid a double redirect response if
authorIgor Sysoev <igor@sysoev.ru>
Sat, 31 Jan 2009 20:44:30 +0000 (20:44 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Sat, 31 Jan 2009 20:44:30 +0000 (20:44 +0000)
commit32856e1bc859d9765cb3daa2ff928b8ec8ba0f13
tree55f98ed2d3383c03d433e949c92756d4eab50af0
parentbd5c23ee0a5e47ee85432023baab7e02a75caee0
avoid a double redirect response if
*) a request is going in a keep alive state,
*) the request body should be discarded,
*) epoll/rtsig reports about the response header has been sent,
*) and write event handler calls core phase handler
src/http/ngx_http_request.c