fixup! HTTP: Support HTTP::upgrade_content_type_analyzers

This commit is contained in:
Arne Welzel 2024-12-09 10:31:49 +01:00
parent e5c0a597d0
commit 28453ca1a5

View file

@ -1362,6 +1362,7 @@ void HTTP_Analyzer::ReplyMade(bool interrupted, const char* msg) {
reply_code = 0;
upgrade_connection = false;
upgrade_protocol.clear();
server_content_type.clear();
if ( interrupted || upgraded )
reply_state = EXPECT_REPLY_NOTHING;