mirror of
https://github.com/lgandx/Responder.git
synced 2025-12-07 13:11:29 +00:00
Fix multi HTTP responses
This commit is contained in:
@@ -294,6 +294,8 @@ class HTTP(BaseRequestHandler):
|
|||||||
line = line.strip()
|
line = line.strip()
|
||||||
remaining = int(line.split(':')[1].strip()) - len(data)
|
remaining = int(line.split(':')[1].strip()) - len(data)
|
||||||
|
|
||||||
|
if data == "":
|
||||||
|
break
|
||||||
#now the data variable has the full request
|
#now the data variable has the full request
|
||||||
Buffer = WpadCustom(data, self.client_address[0])
|
Buffer = WpadCustom(data, self.client_address[0])
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user