commit | e8efec0e5e154fc21ba3d1d8b08a94c2eba6e757 | [log] [tgz] |
---|---|---|
author | Maxim Dounin <mdounin@mdounin.ru> | Fri Feb 01 14:41:07 2013 +0000 |
committer | Maxim Dounin <mdounin@mdounin.ru> | Fri Feb 01 14:41:07 2013 +0000 |
tree | 5127ea57d99474ba312db4f9de5738875fb15287 | |
parent | 1c5fce75186ae792b76d055223cd0a70ac7370b0 [diff] |
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.