mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Fix compatibility with 1.8.7.
This commit is contained in:
parent
d85a6d0b4e
commit
01cb454578
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"
|
||||
unless Puma.const_defined?("IOBuffer", false)
|
||||
require 'puma/io_buffer'
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue