Valentin Bartenev ef76fbebd6 Unbreak building on Linux without sendfile64() support.
It was broken in 8e446a2daf48 when the NGX_SENDFILE_LIMIT constant was added
to ngx_linux_sendfile_chain.c having the same name as already defined one in
ngx_linux_config.h.

The newer is needed to overcome a bug in old Linux kernels by limiting the
number of bytes to send per sendfile() syscall.  The older is used with
sendfile() on ancient kernels that works with 32-bit offsets only.

One of these renamed to NGX_SENDFILE_MAXSIZE.
2013-08-15 19:14:33 +04:00
2013-08-05 13:44:56 +04:00
2013-08-07 20:01:43 +04:00
2006-07-28 15:16:17 +00:00
2013-07-30 17:27:55 +04:00
2013-06-04 16:16:51 +04:00
2013-07-30 17:27:55 +04:00
S
Description
An official read-only mirror of http://hg.nginx.org/nginx/ which is updated hourly. Pull requests on GitHub cannot be accepted and will be automatically closed. The proper way to submit changes to nginx is via the nginx development mailing list, see http://nginx.org/en/docs/contributing_changes.html
BSD-2-Clause
99 MiB
Languages
C 97.7%
Vim Script 1.7%
XS 0.4%
Perl 0.1%