bryancall opened a new pull request #8234: URL: https://github.com/apache/trafficserver/pull/8234
Without this change I was scratching my head as to why we were sending a RST_STREAM frame: ``` [Aug 11 11:34:02.460] [ET_NET 12] DEBUG: <Http2Stream.cc:374 (change_state)> (http2_stream) [0] [13] Http2StreamState::HTTP2_STREAM_STATE_OPEN [Aug 11 11:34:02.460] [ET_NET 12] DEBUG: <Http2ConnectionState.cc:1927 (send_rst_stream_frame)> (http2_con) [0] [13] Send RST_STREAM frame ``` So now it will look like this: ``` [Aug 11 11:34:02.460] [ET_NET 12] DEBUG: <Http2Stream.cc:374 (change_state)> (http2_stream) [0] [13] Http2StreamState::HTTP2_STREAM_STATE_OPEN [Aug 11 11:34:02.460] [ET_NET 12] DEBUG: <Http2Stream.cc:224 (decode_header_blocks)> (http2_stream) [0] [13] Error decoding header blocks: 1 [Aug 11 11:34:02.460] [ET_NET 12] DEBUG: <Http2ConnectionState.cc:1927 (send_rst_stream_frame)> (http2_con) [0] [13] Send RST_STREAM frame ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
