mirror of
https://github.com/nmap/nmap.git
synced 2026-02-07 22:16:33 +00:00
Remove a debugging statement from http.lua.
This commit is contained in:
@@ -579,7 +579,6 @@ function isChunked( header )
|
||||
line = line:lower()
|
||||
encoding = line:match("transfer%-encoding: (.*)")
|
||||
if encoding then
|
||||
print(encoding)
|
||||
if encoding:match("identity") then
|
||||
return false
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user