Skip to content

Commit a158611

Browse files
committed
Merge branch 'tasos-r7-web-modules'
2 parents 2776047 + 8b25599 commit a158611

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)