1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00

Ignore sockets that are already closed

This commit is contained in:
Evan Phoenix 2012-07-24 17:24:44 -07:00
parent a3aefc1c51
commit bfcd20054e

View file

@ -48,7 +48,10 @@ module Puma
end
def close
@io.close
begin
@io.close
rescue IOError
end
end
# The object used for a request with no body. All requests with