Commit 2386b351 authored by Martin Blix Grydeland's avatar Martin Blix Grydeland

Allow link to parent on ESI subrequests and in -grequest mode

parent f278f8b2
......@@ -744,7 +744,8 @@ vtx_scan_begin(struct VSLQ *vslq, struct vtx *vtx, const uint32_t *ptr)
if (vslq->grouping == VSL_g_vxid)
return (0); /* No links */
if (vslq->grouping == VSL_g_request && vtx->type == VSL_t_req)
if (vslq->grouping == VSL_g_request && vtx->type == VSL_t_req &&
vtx->reason == VSL_r_rxreq)
return (0); /* No links */
if (vtx->parent != NULL) {
......
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