comparison src/http/ngx_http_parse.c @ 257:70e1c7d2b83d

nginx-0.0.2-2004-02-11-20:08:49 import
author Igor Sysoev <igor@sysoev.ru>
date Wed, 11 Feb 2004 17:08:49 +0000
parents 574bea0142be
children 87e73f067470
comparison
equal deleted inserted replaced
256:8e39cab6abd5 257:70e1c7d2b83d
646 646
647 ch = *p++; 647 ch = *p++;
648 648
649 while (p < r->uri_start + r->uri.len + 1) { 649 while (p < r->uri_start + r->uri.len + 1) {
650 650
651 ngx_log_debug(r->connection->log, "S: %d UN: '%x:%c', URI: '%c'" _ 651 ngx_log_debug4(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
652 state _ ch _ ch _ *u); 652 "s:%d in:'%x:%c', out:'%c'", state, ch, ch, *u);
653 653
654 switch (state) { 654 switch (state) {
655 case sw_usual: 655 case sw_usual:
656 switch(ch) { 656 switch(ch) {
657 case '/': 657 case '/':