1
0
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:
david
2009-12-13 01:51:05 +00:00
parent 5eca175a11
commit 315e6ef9b0

View File

@@ -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