From 28453ca1a57a8b6c41c4da4a8e71dc9aaf721a7c Mon Sep 17 00:00:00 2001 From: Arne Welzel Date: Mon, 9 Dec 2024 10:31:49 +0100 Subject: [PATCH] fixup! HTTP: Support HTTP::upgrade_content_type_analyzers --- src/analyzer/protocol/http/HTTP.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/analyzer/protocol/http/HTTP.cc b/src/analyzer/protocol/http/HTTP.cc index ac7b714e61..e8ae77e361 100644 --- a/src/analyzer/protocol/http/HTTP.cc +++ b/src/analyzer/protocol/http/HTTP.cc @@ -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;