Commit 0c3bd687 authored by Geoff Simmons's avatar Geoff Simmons

Add an HTTP/2 test for e08.vtc.

parent d9b53091
......@@ -178,3 +178,57 @@ logexpect l1 -wait
logexpect l2 -wait
logexpect l3 -wait
varnish v1 -expect esi_errors == 18
## HTTP/2
varnish v1 -cliok "param.set feature +http2"
client c1 {
stream 1 {
txreq
rxresp
expect resp.status == 200
expect resp.bodylen == 472
expect resp.body == {
<html> 1
Before include 2
<pre>Included file</pre>
3
After include 4
<!-- normal comment --> 5
6
7
foo 8
9
10
11
14
15
19
20
</> 21
22
23
25
26
27
28
29
30
31
32
<!----> 33
</!-- bogocommentt --> 34
</![CDATA[ bogo-cdata ]]> 35
36
<pre>Included file 2</pre>
<!--esi
<![CDATA[fooo
37
38
}
} -run
} -run
......
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