]> git.kaiwu.me - nginx.git/commit
FastCGI: unconditional state transitions.
authorMaxim Dounin <mdounin@mdounin.ru>
Fri, 1 Feb 2013 14:41:07 +0000 (14:41 +0000)
committerMaxim Dounin <mdounin@mdounin.ru>
Fri, 1 Feb 2013 14:41:07 +0000 (14:41 +0000)
commite8efec0e5e154fc21ba3d1d8b08a94c2eba6e757
tree5127ea57d99474ba312db4f9de5738875fb15287
parent1c5fce75186ae792b76d055223cd0a70ac7370b0
FastCGI: unconditional state transitions.

Checks for f->padding before state transitions make code hard to follow,
remove them and make sure we always do another loop iteration after
f->state is set to ngx_http_fastcgi_st_padding.
src/http/modules/ngx_http_fastcgi_module.c