Commit 829f8627 authored by Nils Goroll's avatar Nils Goroll

comment polish

parent 8cccee24
...@@ -2945,8 +2945,12 @@ pesi_resp_default_filter_list(void *arg, struct vsb *vsb) ...@@ -2945,8 +2945,12 @@ pesi_resp_default_filter_list(void *arg, struct vsb *vsb)
CAST_OBJ_NOTNULL(req, arg, REQ_MAGIC); CAST_OBJ_NOTNULL(req, arg, REQ_MAGIC);
// XXX resp_len check does not work for busy objects /*
// pesi will still DTRT if the response really is 0 * the req->resp_len check has been removed because it does not work for
* busy objects
*
* pesi will still do the right thing if the response really is empty
*/
if (!req->disable_esi && /* req->resp_len != 0 && */ if (!req->disable_esi && /* req->resp_len != 0 && */
ObjHasAttr(req->wrk, req->objcore, OA_ESIDATA)) ObjHasAttr(req->wrk, req->objcore, OA_ESIDATA))
......
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