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

bug/bundler_fix
OJ 2015-03-31 14:50:13 +10:00
commit 86d8aab854
No known key found for this signature in database
GPG Key ID: D5DC61FB93260597
1 changed files with 0 additions and 3 deletions

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