[nginx] FreeBSD has migrated to Bugzilla.

Sergey Kandaurov pluknet at nginx.com
Thu Jun 19 10:01:10 UTC 2014


details:   http://hg.nginx.org/nginx/rev/675bda8dcfdb
branches:  
changeset: 5727:675bda8dcfdb
user:      Sergey Kandaurov <pluknet at nginx.com>
date:      Thu Jun 19 13:55:59 2014 +0400
description:
FreeBSD has migrated to Bugzilla.

diffstat:

 src/os/unix/ngx_darwin_sendfile_chain.c  |  2 +-
 src/os/unix/ngx_freebsd_sendfile_chain.c |  2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r 25ade23cf281 -r 675bda8dcfdb src/os/unix/ngx_darwin_sendfile_chain.c
--- a/src/os/unix/ngx_darwin_sendfile_chain.c	Wed Jun 04 15:09:19 2014 +0400
+++ b/src/os/unix/ngx_darwin_sendfile_chain.c	Thu Jun 19 13:55:59 2014 +0400
@@ -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
diff -r 25ade23cf281 -r 675bda8dcfdb src/os/unix/ngx_freebsd_sendfile_chain.c
--- a/src/os/unix/ngx_freebsd_sendfile_chain.c	Wed Jun 04 15:09:19 2014 +0400
+++ b/src/os/unix/ngx_freebsd_sendfile_chain.c	Thu Jun 19 13:55:59 2014 +0400
@@ -265,7 +265,7 @@ ngx_freebsd_sendfile_chain(ngx_connectio
 
             /*
              * 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) {



More information about the nginx-devel mailing list