zwoop commented on code in PR #13420: URL: https://github.com/apache/trafficserver/pull/13420#discussion_r3684015957
########## include/proxy/http2/Http2Stream.h: ########## @@ -81,7 +81,14 @@ class Http2Stream : public ProxyTransaction bool expect_receive_trailer() const override; void set_expect_receive_trailer() override; + bool supports_direct_header_passing() const override; + bool is_parsed_receive_header_ready() const override; + const HTTPHdr *parsed_receive_header() const override; + bool has_pending_send_header() const override; + Http2ErrorCode decode_header_blocks(HpackHandle &hpack_handle, uint32_t maximum_table_size); + Http2ErrorCode decode_header_blocks(HpackHandle &hpack_handle, uint32_t maximum_table_size, const uint8_t *block, Review Comment: I think I did, and then it didn't compile on some of our older platforms. But I'll try again. -- 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]
