mirror of
https://github.com/nmap/nmap.git
synced 2025-12-31 20:09:02 +00:00
Added http1.1 to the list of known protocols. (Checked by Chromium)
This commit is contained in:
@@ -122,6 +122,7 @@ local check_npn = function(response)
|
||||
"spdy/2",
|
||||
"spdy/1",
|
||||
"http/1.1",
|
||||
"http1.1",
|
||||
}
|
||||
|
||||
if not response then
|
||||
|
||||
Reference in New Issue
Block a user