Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
varnish-cache
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
varnishcache
varnish-cache
Commits
6549d73d
Commit
6549d73d
authored
Mar 11, 2019
by
Poul-Henning Kamp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Whitespace OCD
parent
f2357c88
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
cache_wrk.c
bin/varnishd/cache/cache_wrk.c
+3
-3
r02934.vtc
bin/varnishtest/tests/r02934.vtc
+2
-2
No files found.
bin/varnishd/cache/cache_wrk.c
View file @
6549d73d
...
...
@@ -634,8 +634,8 @@ debug_reqpoolfail(struct cli *cli, const char * const *av, void *priv)
uintmax_t
u
=
1
;
const
char
*
p
;
(
void
)
priv
;
(
void
)
cli
;
(
void
)
priv
;
(
void
)
cli
;
reqpoolfail
=
0
;
for
(
p
=
av
[
2
];
*
p
!=
'\0'
;
p
++
)
{
if
(
*
p
==
'F'
||
*
p
==
'f'
)
...
...
@@ -657,6 +657,6 @@ void
WRK_Init
(
void
)
{
CLI_AddFuncs
(
debug_cmds
);
CLI_AddFuncs
(
debug_cmds
);
}
bin/varnishtest/tests/r02934.vtc
View file @
6549d73d
...
...
@@ -3,7 +3,7 @@ varnishtest "Bug in CONTINUATION flags when no sendbody"
server s1 {
rxreq
expect req.proto == HTTP/1.1
txresp -hdr "Content-Type: text/plain" -hdrlen Foo 100
txresp -hdr "Content-Type: text/plain" -hdrlen Foo 100
} -start
...
...
@@ -19,7 +19,7 @@ client c1 {
rxsettings
} -run
stream 1 {
txreq -req HEAD
txreq -req HEAD
rxresp
expect resp.status == 200
expect resp.http.content-Type == "text/plain"
...
...
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