aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_core_module.c
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2004-06-01 06:04:46 +0000
committerIgor Sysoev <igor@sysoev.ru>2004-06-01 06:04:46 +0000
commit67f450d7bc2b847f07ad302fa3fd6fa46da784f0 (patch)
treead432c07b62f9145f78ba569e9a1ed51a3d41e17 /src/http/ngx_http_core_module.c
parent369145cef1971e4273dc59340689c2d96f84d18a (diff)
downloadnginx-67f450d7bc2b847f07ad302fa3fd6fa46da784f0.tar.gz
nginx-67f450d7bc2b847f07ad302fa3fd6fa46da784f0.zip
nginx-0.0.3-2004-06-01-10:04:46 import
Diffstat (limited to 'src/http/ngx_http_core_module.c')
-rw-r--r--src/http/ngx_http_core_module.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/ngx_http_core_module.c b/src/http/ngx_http_core_module.c
index 52e4a2715..aeec7d21c 100644
--- a/src/http/ngx_http_core_module.c
+++ b/src/http/ngx_http_core_module.c
@@ -567,7 +567,7 @@ int ngx_http_find_location_config(ngx_http_request_t *r)
if (!clcf->tcp_nopush) {
/* disable TCP_NOPUSH/TCP_CORK use */
- r->connection->tcp_nopush = -1;
+ r->connection->tcp_nopush = NGX_TCP_NOPUSH_DISABLED;
}