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
111 B
Ruby
Raw Normal View History

2012-08-12 01:14:52 -04:00
require 'puma/detect'
2012-08-12 01:14:52 -04:00
if Puma::IS_JRUBY
require 'puma/java_io_buffer'
else
require 'puma/puma_http11'
2012-08-11 18:20:38 -04:00
end