Skip to content

Commit febfce2

Browse files
committed
vmod_debug: Fix v1l workspace for reembarking transport demo
Clearly the v1l can not live on the worker stack. Noticed thanks to vtest. Ref 0cfd6cd
1 parent 2c761ac commit febfce2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vmod/vmod_debug_transports.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ dbg_deliver(struct req *req, int sendbody)
8080

8181
CHECK_OBJ_NOTNULL(req->wrk, WORKER_MAGIC);
8282

83-
v1l = V1L_Open(req->wrk->aws, &req->sp->fd, req->vsl,
83+
v1l = V1L_Open(req->ws, &req->sp->fd, req->vsl,
8484
req->t_prev + SESS_TMO(req->sp, send_timeout),
8585
cache_param->http1_iovs);
8686

0 commit comments

Comments
 (0)