]> git.ipfire.org Git - thirdparty/suricata.git/commit
detect/http2: do not escape ':' in header name or value
authorPhilippe Antoine <pantoine@oisf.net>
Wed, 7 Jun 2023 14:17:17 +0000 (16:17 +0200)
committerVictor Julien <vjulien@oisf.net>
Fri, 9 Jun 2023 09:44:31 +0000 (11:44 +0200)
commit7256ec8a6e1fff7f08789dd7498b6e3e9885afdd
tree1d8c354701a4edeca3c6c4f4c7052604eaeb5d3f
parent656554f293bd53b5de8e044909d84173bfce2d00
detect/http2: do not escape ':' in header name or value

for keywords http.request_header and http.response_header

Ticket: #5780
doc/userguide/rules/http2-keywords.rst
rust/src/http2/detect.rs
src/detect-http2.c