mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Fix typo
This commit is contained in:
parent
e9175fa559
commit
ed53d3f021
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue