comparison src/http/ngx_http_request.c @ 244:187dc0a3197d

nginx-0.0.1-2004-01-29-20:06:07 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 29 Jan 2004 17:06:07 +0000
parents 574bea0142be
children 008276b9e061
comparison
equal deleted inserted replaced
243:bf2faf694c19 244:187dc0a3197d
682 char *p; 682 char *p;
683 for (p = r->header_name_start; 683 for (p = r->header_name_start;
684 p < r->header_in->last - 1; 684 p < r->header_in->last - 1;
685 p++) 685 p++)
686 { 686 {
687 if (*p == CR || *p == LF) { 687 if (*p == LF) {
688 break; 688 break;
689 } 689 }
690 } 690 }
691 *p = '\0'; 691 *p = '\0';
692 ngx_log_debug1(NGX_LOG_DEBUG_HTTP, rev->log, 0, 692 ngx_log_debug1(NGX_LOG_DEBUG_HTTP, rev->log, 0,