| commit | e04084c1b295f5a704c2962f82becb5f278d60e3 | [log] [tgz] |
|---|---|---|
| author | Igor Sysoev <igor@sysoev.ru> | Mon Jan 26 08:52:49 2004 +0000 |
| committer | Igor Sysoev <igor@sysoev.ru> | Mon Jan 26 08:52:49 2004 +0000 |
| tree | f5d6aef36c9c1650e7cdf27dea5b70b73c3f7f68 | |
| parent | 5c8c52f858c0112e9200ed1c4798a89e6c366bf2 [diff] [blame] |
nginx-0.0.1-2004-01-26-11:52:49 import
diff --git a/src/http/ngx_http_parse.c b/src/http/ngx_http_parse.c index 92ab2f7..38ee9ec 100644 --- a/src/http/ngx_http_parse.c +++ b/src/http/ngx_http_parse.c
@@ -463,7 +463,7 @@ break; } - if (ch == '-' || ch == '_' || ch == '~') { + if (ch == '-' || ch == '_' || ch == '~' || ch == '.') { break; } @@ -489,7 +489,7 @@ break; } - if (ch == '-' || ch == '_' || ch == '~') { + if (ch == '-' || ch == '_' || ch == '~' || ch == '.') { break; }