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 2011-09-23 23:43:34 -07:00
parent e9175fa559
commit ed53d3f021

View file

@ -328,7 +328,7 @@ module Puma
client.write body
client.flush
else
res-body.each do |part|
res_body.each do |part|
client.write part
client.flush
end