Mark an unresolved issue

parent 9809221b
...@@ -715,7 +715,11 @@ push_subreq(struct req *req, struct bytes_tree *tree, ...@@ -715,7 +715,11 @@ push_subreq(struct req *req, struct bytes_tree *tree,
AZ(node->subreq.req->objcore->flags & OC_F_FINAL); AZ(node->subreq.req->objcore->flags & OC_F_FINAL);
VSLdbg(vdx, "DeliverObj from top"); VSLdbg(vdx, "DeliverObj from top");
VDP_DeliverObj(node->subreq.req->vdc, node->subreq.req->objcore); /*
* XXX how should we handle a failed subreq?
* https://github.com/varnishcache/varnish-cache/issues/3264
*/
(void) VDP_DeliverObj(node->subreq.req->vdc, node->subreq.req->objcore);
node->subreq.req->acct.resp_bodybytes += VDP_Close(node->subreq.req->vdc); node->subreq.req->acct.resp_bodybytes += VDP_Close(node->subreq.req->vdc);
// fini_subreq() happening later // fini_subreq() happening later
......
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