Remove "unmatched_HTTP_reply" weird.

BIT-725 #close
This commit is contained in:
Jon Siwek 2015-03-20 11:08:31 -05:00
parent 792dedf718
commit df60015333
5 changed files with 12 additions and 29 deletions

View file

@ -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;