Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libvdp-pesi
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
uplex-varnish
libvdp-pesi
Commits
ad7e2b1b
Unverified
Commit
ad7e2b1b
authored
Aug 01, 2023
by
Nils Goroll
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adjust to varnish-cache 65242d1d97a3f0a75880f85bf2d1e0b56f917d98
parent
16f2bda4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
e00003.vtc
src/tests/e00003.vtc
+4
-4
serial.vtc
src/tests/serial.vtc
+4
-4
No files found.
src/tests/e00003.vtc
View file @
ad7e2b1b
...
...
@@ -4,7 +4,7 @@ varnishtest "ESI include"
server s1 {
rxreq
expect req.http.esi0 == "foo"
txresp -body {
txresp -
noserver -
body {
<html>
Before include
<esi:include
src=
"/body"
sr=
"foo"
/>
...
...
@@ -17,7 +17,7 @@ server s2 {
rxreq
expect req.url == "/body1"
expect req.http.esi0 != "foo"
txresp -body {
txresp -
noserver -
body {
Included file
}
} -start
...
...
@@ -58,7 +58,7 @@ varnish v1 -arg "-p debug=+syncvsl" -vcl+backend {
} -start
client c1 {
txreq -hdr "Host: foo"
txreq -
nouseragent -
hdr "Host: foo"
rxresp
expect resp.status == 200
expect resp.bodylen == 75
...
...
@@ -75,7 +75,7 @@ client c1 {
delay .1
# test that there is no difference on miss/hit
txreq -hdr "Host: foo"
txreq -
nouseragent -
hdr "Host: foo"
rxresp
expect resp.status == 200
expect resp.bodylen == 75
...
...
src/tests/serial.vtc
View file @
ad7e2b1b
...
...
@@ -3,7 +3,7 @@ varnishtest "same as e00003.vtc with serial processing"
server s1 {
rxreq
expect req.http.esi0 == "foo"
txresp -body {
txresp -
noserver -
body {
<html>
Before include
<esi:include
src=
"/body"
sr=
"foo"
/>
...
...
@@ -16,7 +16,7 @@ server s2 {
rxreq
expect req.url == "/body1"
expect req.http.esi0 != "foo"
txresp -body {
txresp -
noserver -
body {
Included file
}
} -start
...
...
@@ -58,7 +58,7 @@ varnish v1 -arg "-p debug=+syncvsl" -vcl+backend {
} -start
client c1 {
txreq -hdr "Host: foo"
txreq -
nouseragent -
hdr "Host: foo"
rxresp
expect resp.status == 200
expect resp.bodylen == 75
...
...
@@ -75,7 +75,7 @@ client c1 {
delay .1
# test that there is no difference on miss/hit
txreq -hdr "Host: foo"
txreq -
nouseragent -
hdr "Host: foo"
rxresp
expect resp.status == 200
expect resp.bodylen == 75
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment