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
dc4662bc
Commit
dc4662bc
authored
Jun 12, 2023
by
Dridi Boukelmoune
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
v1l: Always initialize err
Should we give it an explicit ETIMEDOUT in the dripping write case?
parent
a84b3c94
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
cache_http1_line.c
bin/varnishd/http1/cache_http1_line.c
+1
-0
No files found.
bin/varnishd/http1/cache_http1_line.c
View file @
dc4662bc
...
...
@@ -205,6 +205,7 @@ V1L_Flush(const struct worker *wrk)
}
i
=
0
;
err
=
0
;
do
{
if
(
VTIM_real
()
>
v1l
->
deadline
)
{
VSLb
(
v1l
->
vsl
,
SLT_Debug
,
...
...
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