Commit db8a62c0 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

htparse: enhancements and bug fixes

CONNECT method supported. Fixed _str8cmp and _str9cmp comparison.
Support no content-length case.  Fixed hook_uri_run args. Run
hook_on_hdrs_complete if no header field is present. Supported empty
header value. Case insensitive match for particular header values
(e.g., keep-alive).
parent fe5dfe53
This diff is collapsed.
......@@ -32,6 +32,7 @@ enum htp_method {
htp_method_LOCK,
htp_method_UNLOCK,
htp_method_TRACE,
htp_method_CONNECT,
htp_method_UNKNOWN
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment