diff options
Diffstat (limited to 'test/files/08-not-pipelined-connection.t')
-rw-r--r-- | test/files/08-not-pipelined-connection.t | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/test/files/08-not-pipelined-connection.t b/test/files/08-not-pipelined-connection.t new file mode 100644 index 0000000..2a1bac3 --- /dev/null +++ b/test/files/08-not-pipelined-connection.t @@ -0,0 +1,18 @@ +>>>
+GET /first HTTP/1.1
+
+
+<<<
+HTTP/1.0 200 OK
+Content-Length: 12
+
+Hello World!
+>>>
+GET /second HTTP/1.1
+
+
+<<<
+HTTP/1.0 200 OK
+Content-Length: 12
+
+Hello World!
\ No newline at end of file |