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
41f53eaf
Unverified
Commit
41f53eaf
authored
Oct 31, 2024
by
Nils Goroll
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Our SunCC is too old.
Someone(tm) needs to upgrade it seems...
parent
80a41345
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
cache_http1_fetch.c
bin/varnishd/http1/cache_http1_fetch.c
+2
-1
No files found.
bin/varnishd/http1/cache_http1_fetch.c
View file @
41f53eaf
...
...
@@ -69,7 +69,7 @@ V1F_SendReq(struct worker *wrk, struct busyobj *bo, uint64_t *ctr_hdrbytes,
ssize_t
i
;
uint64_t
bytes
,
hdrbytes
;
struct
http_conn
*
htc
;
struct
vdp_ctx
vdc
[
1
]
=
{{
0
}}
;
struct
vdp_ctx
vdc
[
1
];
intmax_t
cl
;
const
char
*
err
=
NULL
;
...
...
@@ -96,6 +96,7 @@ V1F_SendReq(struct worker *wrk, struct busyobj *bo, uint64_t *ctr_hdrbytes,
else
cl
=
0
;
vdc
->
magic
=
0
;
VDP_Init
(
vdc
,
wrk
,
bo
->
vsl
,
NULL
,
bo
,
&
cl
);
if
(
bo
->
vdp_filter_list
!=
NULL
&&
VCL_StackVDP
(
vdc
,
bo
->
vcl
,
bo
->
vdp_filter_list
,
NULL
,
bo
))
...
...
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