Github user maskit commented on a diff in the pull request:
https://github.com/apache/trafficserver/pull/1262#discussion_r94285819
--- Diff: proxy/http2/Http2ConnectionState.cc ---
@@ -683,8 +686,10 @@ rcv_continuation_frame(Http2ConnectionState &cstate,
const Http2Frame &frame)
DebugHttp2Stream(cstate.ua_session, stream_id, "Received CONTINUATION
frame");
+ // Error("http2_cs [%" PRId64 "] Received RST_STREAM frame for %d",
cs.connection_id(), stream_id);
--- End diff --
This line should not be necessary.
---
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.
---