mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 21:48:21 +00:00
init-bare/HTTP: Fix client to server Upgrade header
This commit is contained in:
parent
27517ee4cb
commit
2b3f9bc345
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue