mirror of
https://github.com/nginx/nginx.git
synced 2025-06-07 01:12:40 +08:00
FreeBSD has migrated to Bugzilla.
This commit is contained in:
parent
05d717b35d
commit
80e5163f64
@ -13,7 +13,7 @@
|
||||
/*
|
||||
* It seems that Darwin 9.4 (Mac OS X 1.5) sendfile() has the same
|
||||
* 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()
|
||||
* with both a header and a trailer, then sendfile() ignores a file part
|
||||
|
@ -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:
|
||||
* http://www.freebsd.org/cgi/query-pr.cgi?pr=33771
|
||||
* http://bugs.freebsd.org/33771
|
||||
*/
|
||||
|
||||
if (!ngx_freebsd_sendfile_nbytes_bug) {
|
||||
|
Loading…
Reference in New Issue
Block a user