]> git.kaiwu.me - nginx.git/commitdiff
FreeBSD has migrated to Bugzilla.
authorSergey Kandaurov <pluknet@nginx.com>
Thu, 19 Jun 2014 09:55:59 +0000 (13:55 +0400)
committerSergey Kandaurov <pluknet@nginx.com>
Thu, 19 Jun 2014 09:55:59 +0000 (13:55 +0400)
src/os/unix/ngx_darwin_sendfile_chain.c
src/os/unix/ngx_freebsd_sendfile_chain.c

index 76c4a3a4dad0c1315a76b926034bd33ff98f9f78..ee44e1d58e1e4e4f353502e7ddc6b877803d53b1 100644 (file)
@@ -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
index 11cec82269a39c171bda5c49679786ef83c876e3..6491e928fe5f6502d944b6ed58f6de53cb07deb4 100644 (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:
-             * http://www.freebsd.org/cgi/query-pr.cgi?pr=33771
+             * http://bugs.freebsd.org/33771
              */
 
             if (!ngx_freebsd_sendfile_nbytes_bug) {