1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00
puma--puma/lib/puma/io_buffer.rb

8 lines
108 B
Ruby
Raw Normal View History

2012-08-11 22:14:52 -07:00
require 'puma/detect'
2016-11-23 15:38:10 +01:00
if Puma.jruby?
2012-08-11 22:14:52 -07:00
require 'puma/java_io_buffer'
else
require 'puma/puma_http11'
2012-08-11 15:20:38 -07:00
end