The official NGINX Open Source repository.
Go to file
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
auto Core: guard use of AI_ADDRCONFIG. 2013-08-05 13:44:56 +04:00
conf Fixed misleading example SSL config. 2013-08-07 20:01:43 +04:00
contrib nginx-0.3.55-RELEASE import 2006-07-28 15:16:17 +00:00
docs nginx-1.5.3-RELEASE 2013-07-30 17:27:55 +04:00
misc Updated zlib used for win32 builds. 2013-06-04 16:16:51 +04:00
src Don't lose pointer to first nonempty buf in ngx_*_sendfile_chain(). 2013-08-08 15:06:39 +04:00
.hgtags release-1.5.3 tag 2013-07-30 17:27:55 +04:00