aboutsummaryrefslogtreecommitdiff
path: root/src/os/unix/ngx_freebsd_sendfile_chain.c
diff options
context:
space:
mode:
authorSergey Kandaurov <pluknet@nginx.com>2014-06-19 13:55:59 +0400
committerSergey Kandaurov <pluknet@nginx.com>2014-06-19 13:55:59 +0400
commit80e5163f649015fddd0713099adaa63caa1d722f (patch)
tree2979c816802cffeed4339791ae4ef3a47a368925 /src/os/unix/ngx_freebsd_sendfile_chain.c
parent05d717b35d02c493533f6244a85b6c78a59f4272 (diff)
downloadnginx-80e5163f649015fddd0713099adaa63caa1d722f.tar.gz
nginx-80e5163f649015fddd0713099adaa63caa1d722f.zip
FreeBSD has migrated to Bugzilla.
Diffstat (limited to 'src/os/unix/ngx_freebsd_sendfile_chain.c')
-rw-r--r--src/os/unix/ngx_freebsd_sendfile_chain.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os/unix/ngx_freebsd_sendfile_chain.c b/src/os/unix/ngx_freebsd_sendfile_chain.c
index 11cec8226..6491e928f 100644
--- a/src/os/unix/ngx_freebsd_sendfile_chain.c
+++ b/src/os/unix/ngx_freebsd_sendfile_chain.c
@@ -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) {