comparison src/http/ngx_http_core_module.c @ 344:e366ba5db8f8

nginx-0.0.3-2004-06-01-10:04:46 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 01 Jun 2004 06:04:46 +0000
parents 8c5b69141dfd
children 55e496a8ece3
comparison
equal deleted inserted replaced
343:6bdf858bff8c 344:e366ba5db8f8
565 r->sendfile = 1; 565 r->sendfile = 1;
566 } 566 }
567 567
568 if (!clcf->tcp_nopush) { 568 if (!clcf->tcp_nopush) {
569 /* disable TCP_NOPUSH/TCP_CORK use */ 569 /* disable TCP_NOPUSH/TCP_CORK use */
570 r->connection->tcp_nopush = -1; 570 r->connection->tcp_nopush = NGX_TCP_NOPUSH_DISABLED;
571 } 571 }
572 572
573 573
574 ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0, 574 ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
575 "http cl: " SIZE_T_FMT " max: " SIZE_T_FMT, 575 "http cl: " SIZE_T_FMT " max: " SIZE_T_FMT,