diff options
author | Igor Sysoev <igor@sysoev.ru> | 2002-09-07 10:14:25 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2002-09-07 10:14:25 +0000 |
commit | 96f8377fd89b8735027ccfebea8ad9e77f40f51c (patch) | |
tree | 14e7de7a0e7c7d9815184a1e9bb95edab0617990 /src/http/ngx_http_parse.c | |
parent | a58e3ca14300fce97b2124233afe140c8d59199f (diff) | |
download | nginx-96f8377fd89b8735027ccfebea8ad9e77f40f51c.tar.gz nginx-96f8377fd89b8735027ccfebea8ad9e77f40f51c.zip |
nginx-0.0.1-2002-09-07-14:14:25 import
Diffstat (limited to 'src/http/ngx_http_parse.c')
-rw-r--r-- | src/http/ngx_http_parse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/ngx_http_parse.c b/src/http/ngx_http_parse.c index 5ab42acf6..d4caddc25 100644 --- a/src/http/ngx_http_parse.c +++ b/src/http/ngx_http_parse.c @@ -32,7 +32,7 @@ printf("\nstate: %d, pos: %x, end: %x, char: '%c' buf: %s", state, p, r->header_in->last, ch, p); */ - /* GCC compiles switch as jump table */ + /* GCC 2.95.2 and VC 6.0 compiles switch as jump table */ switch (state) { |