FreeBSD has migrated to Bugzilla.

This commit is contained in:
Sergey Kandaurov 2014-06-19 13:55:59 +04:00
parent 05d717b35d
commit 80e5163f64
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
/* /*
* It seems that Darwin 9.4 (Mac OS X 1.5) sendfile() has the same * It seems that Darwin 9.4 (Mac OS X 1.5) sendfile() has the same
* old bug as early FreeBSD sendfile() syscall: * old bug as early FreeBSD sendfile() syscall:
* http://www.freebsd.org/cgi/query-pr.cgi?pr=33771 * http://bugs.freebsd.org/33771
* *
* Besides sendfile() has another bug: if one calls sendfile() * Besides sendfile() has another bug: if one calls sendfile()
* with both a header and a trailer, then sendfile() ignores a file part * with both a header and a trailer, then sendfile() ignores a file part

View File

@ -265,7 +265,7 @@ ngx_freebsd_sendfile_chain(ngx_connection_t *c, ngx_chain_t *in, off_t limit)
/* /*
* the "nbytes bug" of the old sendfile() syscall: * the "nbytes bug" of the old sendfile() syscall:
* http://www.freebsd.org/cgi/query-pr.cgi?pr=33771 * http://bugs.freebsd.org/33771
*/ */
if (!ngx_freebsd_sendfile_nbytes_bug) { if (!ngx_freebsd_sendfile_nbytes_bug) {