mirror of
https://github.com/lgandx/Responder.git
synced 2025-07-07 13:31:23 -07:00
Fix multi HTTP responses
This commit is contained in:
parent
242bc37997
commit
defabfa543
1 changed files with 2 additions and 0 deletions
|
@ -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])
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue