-
Notifications
You must be signed in to change notification settings - Fork 849
Closed
Description
This seems like it would cause a duplicate call to TSHttpTxnReenable() (since it's call in an operator exec() function).
| TSHttpTxnReenable(res.txnp, TS_EVENT_HTTP_CONTINUE); |
This continuation function runs on transaction hooks, but it does not call TSHttpTxnReenable():
| cont_add_location(TSCont contp, TSEvent event, void *edata) |
Metadata
Metadata
Assignees
Labels
No labels