From 3a96720e4e0f1d14599b9fae10e210110976e0c5 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 2 Aug 2010 01:24:25 +0000 Subject: revactor: implement sendfile and range support Due to the synchronous nature of Revactor, we can be certain sendfile won't overstep the userspace output buffering done by Rev. --- t/t0023-sendfile-byte-range.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't') diff --git a/t/t0023-sendfile-byte-range.sh b/t/t0023-sendfile-byte-range.sh index 63fceee..419d89a 100755 --- a/t/t0023-sendfile-byte-range.sh +++ b/t/t0023-sendfile-byte-range.sh @@ -10,7 +10,7 @@ ruby) ;; esac case $model in -EventMachine|NeverBlock|Revactor) +EventMachine|NeverBlock) t_info "skipping $T since it's not compatible with $model" exit 0 ;; -- cgit v1.2.3-24-ge0c7