about summary refs log tree commit homepage
path: root/t
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-07-27 06:36:07 +0000
committerEric Wong <normalperson@yhbt.net>2010-07-27 07:00:55 +0000
commit71ecfee987f13ba447abe97cac14274f38ff70f4 (patch)
tree9c255960dca3fa1440ff024f85fec5ce93142687 /t
parent052e2b3608071d9cd9d6b1d12f8cb69ac29124af (diff)
downloadrainbows-71ecfee987f13ba447abe97cac14274f38ff70f4.tar.gz
EM::FileStreamer writes may be intermingled with the headers
in the subsequent response if we enable processing of the
second pipelined response right away, so wait until the
first response is complete before hitting the second one.

This also avoids potential deep stack recursion in the unlikely
case where too many requests are pipelined.
Diffstat (limited to 't')
-rwxr-xr-xt/t0024-pipelined-sendfile-response.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/t/t0024-pipelined-sendfile-response.sh b/t/t0024-pipelined-sendfile-response.sh
index 2acc243..b0f5d56 100755
--- a/t/t0024-pipelined-sendfile-response.sh
+++ b/t/t0024-pipelined-sendfile-response.sh
@@ -1,14 +1,6 @@
 #!/bin/sh
 . ./test-lib.sh
 
-case $model in
-EventMachine|NeverBlock)
-        t_info "skipping $T since it's not compatible with $model"
-        exit 0
-        ;;
-*) ;;
-esac
-
 t_plan 5 "pipelined sendfile response for $model"
 
 t_begin "setup and startup" && {