Skip to content

Dubiously correct code in header_rewrite plugin. #11496

@ywkaras

Description

@ywkaras

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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions