mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
fixup! HTTP: Support HTTP::upgrade_content_type_analyzers
This commit is contained in:
parent
e5c0a597d0
commit
28453ca1a5
1 changed files with 1 additions and 0 deletions
|
@ -1362,6 +1362,7 @@ void HTTP_Analyzer::ReplyMade(bool interrupted, const char* msg) {
|
||||||
reply_code = 0;
|
reply_code = 0;
|
||||||
upgrade_connection = false;
|
upgrade_connection = false;
|
||||||
upgrade_protocol.clear();
|
upgrade_protocol.clear();
|
||||||
|
server_content_type.clear();
|
||||||
|
|
||||||
if ( interrupted || upgraded )
|
if ( interrupted || upgraded )
|
||||||
reply_state = EXPECT_REPLY_NOTHING;
|
reply_state = EXPECT_REPLY_NOTHING;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue