1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00
This commit is contained in:
Evan Phoenix 2013-06-01 14:24:33 -07:00
parent dcf96b79a6
commit dbac1ad947

View file

@ -140,7 +140,7 @@ module Puma
unless data = @server.read
raise "Server closed connection before responding"
else
end
response = data.split("\r\n")