From 7a04133c1ab57923cac8a9de04b00bfe89bcce2d Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 19 Jan 2011 02:58:43 +0000 Subject: tests: content-md5 tests shut down connection This makes content-md5 tests much faster since we no longer wait for the server to to timeout. --- t/bin/content-md5-put | 1 + t/t0106-rack-input-keepalive.sh | 2 ++ 2 files changed, 3 insertions(+) (limited to 't') diff --git a/t/bin/content-md5-put b/t/bin/content-md5-put index 01da0bb..01d96dd 100755 --- a/t/bin/content-md5-put +++ b/t/bin/content-md5-put @@ -15,6 +15,7 @@ if ARGV.grep("--no-headers").empty? $stdout.write( "PUT / HTTP/1.1\r\n" \ "Host: example.com\r\n" \ + "Connection: #{ENV["Connection"] || 'close'}\r\n" \ "Transfer-Encoding: chunked\r\n" \ "Trailer: Content-MD5\r\n" \ "\r\n" diff --git a/t/t0106-rack-input-keepalive.sh b/t/t0106-rack-input-keepalive.sh index 5dade57..f9c9758 100755 --- a/t/t0106-rack-input-keepalive.sh +++ b/t/t0106-rack-input-keepalive.sh @@ -17,6 +17,8 @@ t_begin "setup and startup" && { t_begin "send big pipelined chunked requests" && { ( cat $fifo > $tmp & + Connection=keep-alive + export Connection content-md5-put < random_blob content-md5-put < random_blob content-md5-put < random_blob -- cgit v1.2.3-24-ge0c7