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
dcf96b79a6
commit
dbac1ad947
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ module Puma
|
|||
|
||||
unless data = @server.read
|
||||
raise "Server closed connection before responding"
|
||||
else
|
||||
end
|
||||
|
||||
response = data.split("\r\n")
|
||||
|
||||
|
|
Loading…
Reference in a new issue