summaryrefslogtreecommitdiff
path: root/src/os/unix/ngx_linux_sendfile_chain.c
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2005-12-05 16:59:05 +0000
committerIgor Sysoev <igor@sysoev.ru>2005-12-05 16:59:05 +0000
commit233406058725a2f24b5f2b5076691f9daf0061ef (patch)
tree9a264579953aba27471ac21cc4ab6438aa5e063c /src/os/unix/ngx_linux_sendfile_chain.c
parented98ff126bf6c690e2d908290f327c3e07c24404 (diff)
downloadnginx-release-0.3.14.tar.gz
nginx-0.3.14-RELEASE importrelease-0.3.14
*) Bugfix: in the 304 response the body was transferred; the bug had appeared in 0.3.13.
Diffstat (limited to 'src/os/unix/ngx_linux_sendfile_chain.c')
-rw-r--r--src/os/unix/ngx_linux_sendfile_chain.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/os/unix/ngx_linux_sendfile_chain.c b/src/os/unix/ngx_linux_sendfile_chain.c
index 115b9911b..f3830a8b3 100644
--- a/src/os/unix/ngx_linux_sendfile_chain.c
+++ b/src/os/unix/ngx_linux_sendfile_chain.c
@@ -23,8 +23,8 @@
#define NGX_HEADERS 8
-ngx_chain_t *ngx_linux_sendfile_chain(ngx_connection_t *c, ngx_chain_t *in,
- off_t limit)
+ngx_chain_t *
+ngx_linux_sendfile_chain(ngx_connection_t *c, ngx_chain_t *in, off_t limit)
{
int rc, tcp_nodelay;
u_char *prev;