Switch back to client.put
git-svn-id: file:///home/svn/framework3/trunk@5459 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
a018fdc49b
commit
00c2355da4
|
@ -182,7 +182,7 @@ class Auxiliary::Server::Capture::HTTP < Msf::Auxiliary
|
|||
"Content-Length: #{idata.length}\r\n" +
|
||||
"Connection: Close\r\n\r\n#{idata}"
|
||||
|
||||
cli.syswrite(res)
|
||||
cli.put(res)
|
||||
return
|
||||
end
|
||||
rescue ::Exception
|
||||
|
|
Loading…
Reference in New Issue