Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libvdp-pesi
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
uplex-varnish
libvdp-pesi
Commits
7c0cf9a1
Commit
7c0cf9a1
authored
Aug 04, 2019
by
Nils Goroll
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mark front push implementation incomplete
parent
0afa1413
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
vdp_pesi.c
src/vdp_pesi.c
+7
-0
No files found.
src/vdp_pesi.c
View file @
7c0cf9a1
...
@@ -586,6 +586,13 @@ pesi_buf_bytes(struct req *req, enum vdp_action act, void **priv,
...
@@ -586,6 +586,13 @@ pesi_buf_bytes(struct req *req, enum vdp_action act, void **priv,
/*
/*
* check unlocked if an attempt to unpend makes any sense at all
* check unlocked if an attempt to unpend makes any sense at all
*
* XXX front delivery implementation is incomplete, we would need to
* push the front in other places, too
*
* Yet, as explained in the documentation of the "thread" flag, front
* pushing really does not make much sense, the only case actually is
* non-esi non-gzip uncacheable streaming...
*/
*/
AN
(
tree
->
front
);
AN
(
tree
->
front
);
if
(
pesi
->
flags
&
PF_CFG_FRONT_PUSH
&&
if
(
pesi
->
flags
&
PF_CFG_FRONT_PUSH
&&
...
...
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