reverse_proxy: properly read IPv6 addreses in upstreams
[rainbows.git] / t / simple-http_XAcceptEpoll.ru
blobfc0baa6b3cc643d168f7ca1a95133b5d50d83758
1 use Rack::ContentLength
2 use Rack::ContentType
3 run lambda { |env|
4   if env['rack.multithread'] == false && env['rainbows.model'] == :XAcceptEpoll
5     [ 200, {}, [ Thread.current.inspect << "\n" ] ]
6   else
7     raise env.inspect
8   end