X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_header_parser.h;h=0c26db37f313b8ba18cc93bcc4438954669859a3;hp=78ca43ff70a654f9c669386be8ab2cbb64b70fcb;hb=22f2117f08acf0fcf84d70a54ef168ff1627fc69;hpb=112e0617d9aa6f3043dfeb94a945b17e31b85430 diff --git a/php_http_header_parser.h b/php_http_header_parser.h index 78ca43f..0c26db3 100644 --- a/php_http_header_parser.h +++ b/php_http_header_parser.h @@ -20,6 +20,7 @@ typedef enum php_http_header_parser_state { PHP_HTTP_HEADER_PARSER_STATE_START = 0, PHP_HTTP_HEADER_PARSER_STATE_KEY, PHP_HTTP_HEADER_PARSER_STATE_VALUE, + PHP_HTTP_HEADER_PARSER_STATE_VALUE_EX, PHP_HTTP_HEADER_PARSER_STATE_HEADER_DONE, PHP_HTTP_HEADER_PARSER_STATE_DONE } php_http_header_parser_state_t;