diff options
Diffstat (limited to 'src/http_decoder/http_decoder.h')
| -rw-r--r-- | src/http_decoder/http_decoder.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/http_decoder/http_decoder.h b/src/http_decoder/http_decoder.h index 430ea16..e253bb6 100644 --- a/src/http_decoder/http_decoder.h +++ b/src/http_decoder/http_decoder.h @@ -21,11 +21,9 @@ extern "C" enum http_message_type { HTTP_MESSAGE_REQ_LINE, HTTP_MESSAGE_REQ_HEADER, - HTTP_MESSAGE_REQ_HEADER_END, HTTP_MESSAGE_REQ_BODY, HTTP_MESSAGE_RES_LINE, HTTP_MESSAGE_RES_HEADER, - HTTP_MESSAGE_RES_HEADER_END, HTTP_MESSAGE_RES_BODY, HTTP_MESSAGE_MAX }; |
