nginx/src
Maxim Dounin 1c5fce7518 FastCGI: fixed wrong connection close with fastcgi_keep_conn.
With fastcgi_keep_conn it was possible that connection was closed after
FCGI_STDERR record with zero padding and without any further data read yet.
This happended as f->state was set to ngx_http_fastcgi_st_padding and then
"break" happened, resulting in p->length being set to f->padding, i.e. 0
(which in turn resulted in connection close).

Fix is to make sure we continue the loop after f->state is set.
2013-02-01 14:40:19 +00:00
..
core Version bump. 2013-01-17 09:55:36 +00:00
event SSL: fixed ngx_ssl_handshake() with level-triggered event methods. 2013-02-01 14:37:43 +00:00
http FastCGI: fixed wrong connection close with fastcgi_keep_conn. 2013-02-01 14:40:19 +00:00
mail Implemented IPv6 support for URLs specified using domain names. 2012-12-17 12:08:53 +00:00
misc Fixed compilation with -Wmissing-prototypes. 2012-07-24 15:09:54 +00:00
mysql Copyright updated. 2012-01-18 15:07:43 +00:00
os Core: crypt_r() error handling fixed. 2012-12-21 16:13:03 +00:00