Github user biilmann commented on the pull request:
https://github.com/apache/trafficserver/pull/570#issuecomment-220918532
This pull request also seems to break one of our plugins that does HTTP
requests in a background worker thread via `TSFetchUrl` (used indirectly
through the `AsyncHttpFetch` C++ API).
The HTTP request will hang at this check for `the right thread` and never
progress:
https://github.com/apache/trafficserver/pull/570/files#diff-40fc32ab3504372e0eb74a54108d1b6fR2404
Removing these checks for the right thread leads to a segfault.
---
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.
---