1
0
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:
kroosec
2012-07-08 19:00:34 +00:00
parent 644595d077
commit bc2b9a99b5
2 changed files with 44 additions and 27 deletions

View File

@@ -122,6 +122,7 @@ local check_npn = function(response)
"spdy/2",
"spdy/1",
"http/1.1",
"http1.1",
}
if not response then