1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-15 04:09:01 +00:00

Fixed bug where socket error messages (like EOF) were appended to the HTTP pipeline response

This commit is contained in:
joao
2009-08-20 03:12:54 +00:00
parent 34b30d9b7f
commit 2264838cf8

View File

@@ -648,7 +648,7 @@ pipeline = function(host, port, allReqs, options)
response_raw = ""
while recv_status do
recv_status, response_tmp = socket:receive()
response_raw = response_raw .. response_tmp
if recv_status then response_raw = response_raw .. response_tmp end
end
-- Transform the raw response we received in a table of responses and