about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-10-19 19:56:32 -0700
committerEric Wong <normalperson@yhbt.net>2009-10-19 19:57:24 -0700
commit4671e04d3339276dfa4e931041e943bfe662eebe (patch)
tree1c4d1197837ffd1a24406bfb75d9a6463b794224
parent761587c962174caca2efa2fce065ebbd930be763 (diff)
downloadrainbows-4671e04d3339276dfa4e931041e943bfe662eebe.tar.gz
The extra CRLF is not needed for HTTP/0.9
-rw-r--r--t/lib-simple-http.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/lib-simple-http.sh b/t/lib-simple-http.sh
index 6c2350b..410cc9a 100644
--- a/t/lib-simple-http.sh
+++ b/t/lib-simple-http.sh
@@ -76,7 +76,7 @@ check_stderr
 
 echo "HTTP/0.9 request should not return headers"
 (
-        printf 'GET /\r\n\r\n'
+        printf 'GET /\r\n'
         cat $fifo > $tmp &
         wait
         echo ok > $ok