Commit 7c0cf9a1 authored by Nils Goroll's avatar Nils Goroll

mark front push implementation incomplete

parent 0afa1413
......@@ -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
*
* 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);
if (pesi->flags & PF_CFG_FRONT_PUSH &&
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment