]> git.kaiwu.me - nginx.git/commit
FastCGI: proper handling of split fastcgi end request.
authorMaxim Dounin <mdounin@mdounin.ru>
Fri, 1 Feb 2013 14:41:50 +0000 (14:41 +0000)
committerMaxim Dounin <mdounin@mdounin.ru>
Fri, 1 Feb 2013 14:41:50 +0000 (14:41 +0000)
commitaad0a1dba6e05766005a60b893c53e52fb056795
treed4f6649233d5c1487f3e59cf558114802a6cd9af
parente8efec0e5e154fc21ba3d1d8b08a94c2eba6e757
FastCGI: proper handling of split fastcgi end request.

If fastcgi end request record was split between several network packets,
with fastcgi_keep_conn it was possible that connection was saved in incorrect
state (e.g. with padding bytes not yet read).
src/http/modules/ngx_http_fastcgi_module.c