mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 04:58:21 +00:00
Remove "unmatched_HTTP_reply" weird.
BIT-725 #close
This commit is contained in:
parent
792dedf718
commit
df60015333
5 changed files with 12 additions and 29 deletions
|
@ -985,9 +985,7 @@ void HTTP_Analyzer::DeliverStream(int len, const u_char* data, bool is_orig)
|
|||
{
|
||||
++num_replies;
|
||||
|
||||
if ( unanswered_requests.empty() )
|
||||
Weird("unmatched_HTTP_reply");
|
||||
else
|
||||
if ( ! unanswered_requests.empty() )
|
||||
ProtocolConfirmation();
|
||||
|
||||
reply_state = EXPECT_REPLY_MESSAGE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue