init-bare/HTTP: Fix client to server Upgrade header

This commit is contained in:
Arne Welzel 2024-12-06 16:33:50 +01:00
parent 27517ee4cb
commit 2b3f9bc345

View file

@ -453,7 +453,7 @@ export {
module HTTP;
export {
## Lookup table for Upgrade analyzers. First, a case sensitive lookup
## is done using the client's Upgrade header. If no match is found,
## is done using the server's Upgrade header. If no match is found,
## the all lower-case value is used. If there's still no match Zeek
## uses dynamic protocol detection for the upgraded to protocol instead.
const upgrade_analyzers: table[string] of Analyzer::Tag &redef;