diff options
author | Starfall <us@starfall.systems> | 2020-07-17 14:00:08 -0500 |
---|---|---|
committer | Starfall <us@starfall.systems> | 2020-07-17 14:00:08 -0500 |
commit | c5b7bf491e9aaf0a92f7899d60d12705d98436dc (patch) | |
tree | 7506b93ec2c20bf068f2b57c31d0a05e0485aed5 /app/lib/request.rb | |
parent | 2f20bc2a8275875033c97249825a2a3305980c3b (diff) | |
parent | 801e546ecc1efb4103232d8265229eb455a8dd5b (diff) |
glitch 3.2.0 update / Merge branch 'glitch' into main
Diffstat (limited to 'app/lib/request.rb')
-rw-r--r-- | app/lib/request.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/lib/request.rb b/app/lib/request.rb index 247c32958..bcba1eebf 100644 --- a/app/lib/request.rb +++ b/app/lib/request.rb @@ -231,6 +231,7 @@ class Request begin sock.connect_nonblock(addr_by_socket[sock]) rescue Errno::EISCONN + # Do nothing rescue => e sock.close outer_e = e |