Github user masaori335 commented on the pull request:
https://github.com/apache/trafficserver/pull/454#issuecomment-180258234
I agree with we should keep consistency. So, I'm going to keep current
names and debug tag in Http2ClientSession.
The problem is same name (DebugHttp2Ssn) and tag (http2_cs) are used in
both Http2ClientSession and Http2ConnectionState.
As you know, thoes two are different classes completely. Http2ClientSession
is low level class to handle VConnection to client and Http2ConnectionState is
high level class to handle HTTP/2 frames and streams.
When I'm debugging HTTP/2 component, I want to see debug logs from only
Http2ConnectionState to check what frame is received or sent in which stream in
many times.
---
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.
---