From 4671e04d3339276dfa4e931041e943bfe662eebe Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 19 Oct 2009 19:56:32 -0700 Subject: tests: more correct HTTP/0.9 test The extra CRLF is not needed for HTTP/0.9 --- t/lib-simple-http.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-24-ge0c7