diff options
Diffstat (limited to 'test/files/70-response-invalid-chunk-length.t')
-rw-r--r-- | test/files/70-response-invalid-chunk-length.t | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/test/files/70-response-invalid-chunk-length.t b/test/files/70-response-invalid-chunk-length.t new file mode 100644 index 0000000..68b43e3 --- /dev/null +++ b/test/files/70-response-invalid-chunk-length.t @@ -0,0 +1,18 @@ +>>>
+GET / HTTP/1.0
+
+
+<<<
+HTTP/1.0 200 OK
+Date: Mon, 31 Aug 2009 20:25:50 GMT
+Server: Apache
+Connection: close
+Content-Type: text/html
+Transfer-Encoding: chunked
+
+g
+012345678
+1
+9
+0
+
|