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
5664571e
Commit
5664571e
authored
Apr 11, 2018
by
Poul-Henning Kamp
Committed by
Dridi Boukelmoune
Jun 19, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
No idea how I overlooked that wl was unsigned.
Doesn't change the logic however.
parent
c34255fa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
cache_http1_fsm.c
bin/varnishd/http1/cache_http1_fsm.c
+1
-1
No files found.
bin/varnishd/http1/cache_http1_fsm.c
View file @
5664571e
...
...
@@ -247,7 +247,7 @@ http1_reembark(struct worker *wrk, struct req *req)
static
int
v_matchproto_
(
vtr_minimal_response_f
)
http1_minimal_response
(
struct
req
*
req
,
uint16_t
status
)
{
size_t
wl
,
l
;
s
s
ize_t
wl
,
l
;
char
buf
[
80
];
const
char
*
reason
;
...
...
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