From 66e088d843ecab39c44fa4f68dbfb47b4726cefa Mon Sep 17 00:00:00 2001 From: test Date: Mon, 27 Aug 2012 14:40:32 +0200 Subject: [PATCH] Removed the test for a directory name with only a backslash, because this causes problems on windows. --- test/test.pl | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/test.pl b/test/test.pl index fea162b0..3d58342c 100644 --- a/test/test.pl +++ b/test/test.pl @@ -215,8 +215,6 @@ $num_requests++; write_file("$root/a+.txt", ''); o("GET /a+.txt HTTP/1.0\n\n", 'HTTP/1.1 200 OK', 'URL-decoding, + in URI'); -o("GET /%5c/a.txt HTTP/1.0\n\n", 'blah', 'GET dir backslash'); - # Test HTTP version parsing o("GET / HTTPX/1.0\r\n\r\n", '400 Bad Request', 'Bad HTTP Version', 0); o("GET / HTTP/x.1\r\n\r\n", '505 HTTP', 'Bad HTTP maj Version');