]> git.kaiwu.me - nginx.git/commit
Fix segfault when while discarding body a write event handler is called,
authorIgor Sysoev <igor@sysoev.ru>
Thu, 28 Jan 2010 08:33:24 +0000 (08:33 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Thu, 28 Jan 2010 08:33:24 +0000 (08:33 +0000)
commit918ef947da4c809d1b87f284070ab7b19645ab9d
tree9d3e2726ad2548e94d8eb1d05d71954e469f6fcc
parent2f5bcf2d172c7292d1054db04a4ecf83d937bd16
Fix segfault when while discarding body a write event handler is called,
runs ngx_http_core_run_phases(), and starts a request processing again.
The write event has clear type and remained in a keepalive connection.
The bug was introduced in r3050.
src/http/ngx_http_request.c