Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libvmod-blobdigest
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
2
Issues
2
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
uplex-varnish
libvmod-blobdigest
Commits
764744d8
Unverified
Commit
764744d8
authored
Aug 01, 2023
by
Nils Goroll
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adjust to varnish-cache 65242d1d97a3f0a75880f85bf2d1e0b56f917d98
parent
efa1e7d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
esi.vtc
src/tests/esi.vtc
+4
-4
No files found.
src/tests/esi.vtc
View file @
764744d8
...
...
@@ -5,7 +5,7 @@ varnishtest "digest scope=TOP"
server s1 {
rxreq
txresp -body {
txresp -
noserver -
body {
<html>
Before include
<esi:include
src=
"/body"
sr=
"foo"
/>
...
...
@@ -14,7 +14,7 @@ server s1 {
}
rxreq
expect req.url == "/body1"
txresp -body {
txresp -
noserver -
body {
Included file
}
} -start
...
...
@@ -81,14 +81,14 @@ logexpect l5 -v v1 -g request {
} -start
client c1 {
txreq
txreq
-nouseragent
rxresp
expect resp.bodylen == 75
expect resp.status == 200
delay .1
# test that there is no difference on miss/hit
txreq
txreq
-nouseragent
rxresp
expect resp.bodylen == 75
expect resp.status == 200
...
...
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