fix parsing of folded headers
[m6w6/ext-http] / php_http_header_parser.h
index 78ca43ff70a654f9c669386be8ab2cbb64b70fcb..0c26db37f313b8ba18cc93bcc4438954669859a3 100644 (file)
@@ -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;