diff options
Diffstat (limited to 'test/files/71-response-split-chunk.t')
-rw-r--r-- | test/files/71-response-split-chunk.t | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/test/files/71-response-split-chunk.t b/test/files/71-response-split-chunk.t new file mode 100644 index 0000000..1d3f091 --- /dev/null +++ b/test/files/71-response-split-chunk.t @@ -0,0 +1,20 @@ +>>>
+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
+
+9
+01234
+<<<
+5678
+1
+9
+0
+
|