mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Applied Jah's patch for http.lua discussed in:
http://seclists.org/nmap-dev/2008/q2/0833.html
This commit is contained in:
parent
a1c363b84a
commit
b589575472
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@ request = function( host, port, data, options )
|
|||
-- header loop
|
||||
while true do
|
||||
line = buffer()
|
||||
if not line then break end
|
||||
if (not line or line == "") then break end
|
||||
table.insert(header,line)
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue