Pārlūkot izejas kodu

Merge pull request #10 from nullable-type/master

Fix for issue 8
Sergey Lyubka 13 gadi atpakaļ
vecāks
revīzija
07f3554db3
2 mainītis faili ar 0 papildinājumiem un 3 dzēšanām
  1. 0 1
      test/\\/a.txt
  2. 0 2
      test/test.pl

+ 0 - 1
test/\\/a.txt

@@ -1 +0,0 @@
-blah

+ 0 - 2
test/test.pl

@@ -215,8 +215,6 @@ $num_requests++;
 write_file("$root/a+.txt", '');
 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 /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
 # Test HTTP version parsing
 o("GET / HTTPX/1.0\r\n\r\n", '400 Bad Request', 'Bad HTTP Version', 0);
 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');
 o("GET / HTTP/x.1\r\n\r\n", '505 HTTP', 'Bad HTTP maj Version');