comparison src/http/ngx_http_parse.c @ 2236:c53038422c02

allow underscores in client request header lines
author Igor Sysoev <igor@sysoev.ru>
date Mon, 08 Sep 2008 08:26:42 +0000
parents 5acc8bea2c49
children 8c17cfe63d2c
comparison
equal deleted inserted replaced
2235:03180d4e5af2 2236:c53038422c02
718 /* the last '\0' is not needed because string is zero terminated */ 718 /* the last '\0' is not needed because string is zero terminated */
719 719
720 static u_char lowcase[] = 720 static u_char lowcase[] =
721 "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" 721 "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
722 "\0\0\0\0\0\0\0\0\0\0\0\0\0-\0\0" "0123456789\0\0\0\0\0\0" 722 "\0\0\0\0\0\0\0\0\0\0\0\0\0-\0\0" "0123456789\0\0\0\0\0\0"
723 "\0abcdefghijklmnopqrstuvwxyz\0\0\0\0\0" 723 "\0abcdefghijklmnopqrstuvwxyz\0\0\0\0_"
724 "\0abcdefghijklmnopqrstuvwxyz\0\0\0\0\0" 724 "\0abcdefghijklmnopqrstuvwxyz\0\0\0\0\0"
725 "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" 725 "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
726 "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" 726 "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
727 "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" 727 "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
728 "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"; 728 "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0";