fix pipelining of requests with bodies
commitc096e735efea5050b0559748633403f0387ea3b3
authorEric Wong <normalperson@yhbt.net>
Fri, 3 Dec 2010 01:12:08 +0000 (3 01:12 +0000)
committerEric Wong <normalperson@yhbt.net>
Fri, 3 Dec 2010 01:12:08 +0000 (3 01:12 +0000)
treed0dac89e2fd29069da04096bf7f70288c6377eb4
parent64889d9136fa5466269232c26a2f235dd763d8f0
fix pipelining of requests with bodies

All synchronous models have this fixed in unicorn 3.0.1,
so only Rev and EventMachine-based concurrency models
require code changes.
lib/rainbows/ev_core.rb
lib/rainbows/rev/client.rb
t/t0106-rack-input-keepalive.sh [new file with mode: 0755]
t/test_isolate.rb