Test empty file

parent ab2383fc
...@@ -7,6 +7,8 @@ server s1 { ...@@ -7,6 +7,8 @@ server s1 {
txresp -bodylen 1024 txresp -bodylen 1024
rxreq rxreq
txresp -bodylen 1024 txresp -bodylen 1024
rxreq
txresp
} -start } -start
varnish v1 -vcl+backend { varnish v1 -vcl+backend {
...@@ -33,6 +35,7 @@ varnish v1 -vcl+backend { ...@@ -33,6 +35,7 @@ varnish v1 -vcl+backend {
# create two subrequests to put into the zip # create two subrequests to put into the zip
zipflow.subreq("/file1"); zipflow.subreq("/file1");
zipflow.subreq("/file2"); zipflow.subreq("/file2");
zipflow.subreq("/empty");
return (deliver); return (deliver);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment