comparison src/http/ngx_http_request.c @ 215:5adc2b75f8a5

nginx-0.0.1-2003-12-22-20:27:24 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 22 Dec 2003 17:27:24 +0000
parents e0c502f15852
children f1d0e5f09c1e
comparison
equal deleted inserted replaced
214:e0c502f15852 215:5adc2b75f8a5
618 break; 618 break;
619 } 619 }
620 } 620 }
621 621
622 ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0, 622 ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
623 "http header: \"%s: %s\"'", 623 "http header: \"%s: %s\"",
624 h->key.data, h->value.data); 624 h->key.data, h->value.data);
625 625
626 if (cscf->large_client_header 626 if (cscf->large_client_header
627 && r->header_in->pos == r->header_in->last) 627 && r->header_in->pos == r->header_in->last)
628 { 628 {