nginx/src
Gleb Smirnoff 65e37b4a12 Don't lose pointer to first nonempty buf in ngx_*_sendfile_chain().
In ngx_*_sendfile_chain() when calculating pointer to a first
non-zero sized buf, use "in" as iterator.  This fixes processing
of zero sized buf(s) after EINTR.  Otherwise function can return
zero sized buf to caller, and later ngx_http_write_filter()
logs warning.
2013-08-08 15:06:39 +04:00
..
core API change: removed the ngx_conf_full_name() function. 2013-08-06 19:58:40 +04:00
event Replaced ngx_conf_full_name() with ngx_get_full_name(). 2013-08-06 19:58:40 +04:00
http Replaced ngx_conf_full_name() with ngx_get_full_name(). 2013-08-06 19:58:40 +04:00
mail Style. 2013-07-11 20:38:27 +04: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 Don't lose pointer to first nonempty buf in ngx_*_sendfile_chain(). 2013-08-08 15:06:39 +04:00