summaryrefslogtreecommitdiffstats
path: root/test/files/61-empty-line-between-requests.t
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--test/files/61-empty-line-between-requests.t19
1 files changed, 19 insertions, 0 deletions
diff --git a/test/files/61-empty-line-between-requests.t b/test/files/61-empty-line-between-requests.t
new file mode 100644
index 0000000..47a8c21
--- /dev/null
+++ b/test/files/61-empty-line-between-requests.t
@@ -0,0 +1,19 @@
+>>>
+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