Github user jpeach commented on a diff in the pull request:
https://github.com/apache/trafficserver/pull/801#discussion_r71073791
--- Diff: proxy/ProxyClientSession.cc ---
@@ -142,7 +141,9 @@ ProxyClientSession::do_api_callout(TSHttpHookID id)
this->api_current = NULL;
if (this->hooks_on && this->has_hooks()) {
- SET_HANDLER(&ProxyClientSession::state_api_callout);
+ if (!this->handler) {
--- End diff --
I'm not sure about this. The state of the handler doesn't seem to be
well-defined at this point. HTTP2 sets the handler in ``start()``, for example.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---