mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Merge pull request #429 from namusyaka/revert-const_defined
Revert from 01cb454578
.
This commit is contained in:
commit
f22dc61722
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ require 'puma/rack_patch'
|
|||
|
||||
require 'puma/puma_http11'
|
||||
|
||||
unless Puma.const_defined?("IOBuffer", false)
|
||||
unless Puma.const_defined? "IOBuffer"
|
||||
require 'puma/io_buffer'
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue