1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-10-29 18:07:27 +01:00

Land #5040: Remove wininet hack for http/s meterp

This commit is contained in:
OJ 2015-03-31 14:50:13 +10:00
commit 86d8aab854
No known key found for this signature in database
GPG Key ID: D5DC61FB93260597

View File

@ -114,9 +114,6 @@ module PacketDispatcher
cli.send_response(resp)
end
# Force a closure for older WinInet implementations
self.passive_service.close_client( cli )
rescue ::Exception => e
elog("Exception handling request: #{cli.inspect} #{req.inspect} #{e.class} #{e} #{e.backtrace}")
end