Github user oknet commented on the issue:
https://github.com/apache/trafficserver/pull/823
@jpeach Do you means L175 ~ L184 in proxy/http/HttpSessionAccept.h ?
```
175 /**
176 The continuation mutex is NULL to allow parellel accepts in NT. No
177 state is recorded by the handler and values are required to be set
178 during construction via the @c Options struct and never changed. So
179 a NULL mutex is safe.
180
181 Most of the state is simply passed on to the @c ClientSession after
182 an accept. It is done here because this is the least bad pathway
183 from the top level configuration to the HTTP session.
184 */
185
186 class HttpSessionAccept : public SessionAccept, private
detail::HttpSessionAcceptOptions
```
Just copy the comment from HttpSessionAccept.h to I_SessionAccept.h maybe
with minor changes ?
---
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.
---