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