summaryrefslogtreecommitdiff
path: root/include/http_decoder.h
diff options
context:
space:
mode:
authorlijia <[email protected]>2024-06-06 11:16:22 +0800
committerlijia <[email protected]>2024-06-06 11:16:22 +0800
commit7d6170a23027aff0ebf2e7832dc11e4bbdce57ea (patch)
treeaf9caf24c274b561bc92f07f8db7c14b89c5e425 /include/http_decoder.h
parent1c232f0176c43c93c3e787ac83f3573bf42c58f1 (diff)
add fieldstat4 statistics, push transaction free msg in session closing state.v2.0.3
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