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

Add closed to MinSSL. Fixes #1510

This commit is contained in:
Evan Phoenix 2018-03-05 20:52:34 -08:00
parent dc9fa77f85
commit 1638b2af5a

View file

@ -16,6 +16,10 @@ module Puma
@socket
end
def closed?
@socket.closed?
end
def readpartial(size)
while true
output = @engine.read