summaryrefslogtreecommitdiff
path: root/include/http_decoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/http_decoder.h')
-rw-r--r--include/http_decoder.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/http_decoder.h b/include/http_decoder.h
index 449d498..9ee6ff4 100644
--- a/include/http_decoder.h
+++ b/include/http_decoder.h
@@ -7,6 +7,8 @@ extern "C"
#endif
enum http_message_type {
+ HTTP_TRANSACTION_NEW,
+
HTTP_MESSAGE_REQ_LINE,
HTTP_MESSAGE_REQ_HEADER,
HTTP_MESSAGE_REQ_HEADER_END,
@@ -19,7 +21,6 @@ enum http_message_type {
HTTP_MESSAGE_RES_BODY,
HTTP_MESSAGE_RES_BODY_END,
- HTTP_TRANSACTION_NEW,
HTTP_TRANSACTION_FREE,
HTTP_MESSAGE_MAX