Skip to content

Commit 8b25599

Browse files
committed
Merge branch 'web-modules' of github.com:tasos-r7/metasploit-framework into tasos-r7-web-modules
2 parents b53e8c7 + 5ac6060 commit 8b25599

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/msf/core/auxiliary/web/http.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ def _request( url, opts = {} )
291291
Response.from_rex_response c.send_recv( c.request_cgi( opts ), timeout )
292292
rescue ::Timeout::Error
293293
Response.timed_out
294-
rescue ::Errno::EPIPE, Rex::ConnectionTimeout
294+
rescue ::Errno::EPIPE, ::Errno::ECONNRESET, Rex::ConnectionTimeout
295295
Response.empty
296296
end
297297

0 commit comments

Comments
 (0)