diff src/http/ngx_http_parse.c @ 59:e8cdc2989cee

nginx-0.0.1-2003-02-06-20:21:13 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 06 Feb 2003 17:21:13 +0000
parents a499e0d1f16e
children 4222c496acb3
line wrap: on
line diff
--- a/src/http/ngx_http_parse.c
+++ b/src/http/ngx_http_parse.c
@@ -304,11 +304,6 @@ printf("\nstate: %d, pos: %x, end: %x, c
                 return NGX_HTTP_PARSE_INVALID_REQUEST;
             }
             break;
-
-#if (NGX_SUPPRESS_WARN)
-        case sw_done:
-            break;
-#endif
         }
     }
 
@@ -495,14 +490,6 @@ printf("\nstate: %d, pos: %x, end: %x, c
                 return NGX_HTTP_PARSE_INVALID_HEADER;
             }
             break;
-
-#if (NGX_SUPPRESS_WARN)
-        case sw_done:
-            break;
-
-        case sw_header_done:
-            break;
-#endif
         }
     }