parent
79c0507077
commit
937e49378c
|
@ -401,7 +401,7 @@ class Rex::Socket::Comm::Local
|
||||||
if ret and ret.length < 4
|
if ret and ret.length < 4
|
||||||
raise Rex::ConnectionProxyError.new(host, port, type, "Failed to receive a complete response from the proxy"), caller
|
raise Rex::ConnectionProxyError.new(host, port, type, "Failed to receive a complete response from the proxy"), caller
|
||||||
end
|
end
|
||||||
case
|
|
||||||
if ret =~ /NI_RTERR/
|
if ret =~ /NI_RTERR/
|
||||||
case ret
|
case ret
|
||||||
when /timed out/
|
when /timed out/
|
||||||
|
|
Loading…
Reference in New Issue