mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 15:18:20 +00:00
![]() The change from #49 made it an error to not have a URI. That however then led requests with an URI yet no version to abort as well. Instead, we now check if the token following the method is an "HTTP/" version identifier. If, so accept that the URI is empty (and trigger a weird) but otherwise keep processing. Adding test cases for both HTTP requests without URI and without version. |
||
---|---|---|
.. | ||
100-continue.bro | ||
content-range-gap-skip.bro | ||
content-range-gap.bro | ||
entity-gap.bro | ||
entity-gap2.bro | ||
http-connect-with-header.bro | ||
http-connect.bro | ||
http-header-crlf.bro | ||
http-methods.bro | ||
http-pipelining.bro | ||
missing-zlib-header.bro | ||
multipart-extract.bro | ||
no-uri.bro | ||
no-version.bro | ||
zero-length-bodies-with-drops.bro |