]> git.kaiwu.me - nginx.git/commit
Bugfix: read event was not blocked after reading body.
authorMaxim Dounin <mdounin@mdounin.ru>
Mon, 5 Sep 2011 12:43:31 +0000 (12:43 +0000)
committerMaxim Dounin <mdounin@mdounin.ru>
Mon, 5 Sep 2011 12:43:31 +0000 (12:43 +0000)
commitbfbbfc85df89874cc9995436c19a7f997a28cef6
tree6d64e97d5851fd45b0ad0f9802240ac2f9b00bcd
parent3541ab2d79105c5d3d7d19a117250aae268528a8
Bugfix: read event was not blocked after reading body.

Read event should be blocked after reading body, else undefined behaviour
might occur on additional client activity.  This fixes segmentation faults
observed with proxy_ignore_client_abort set.
src/http/ngx_http_request_body.c