maskit commented on code in PR #12748:
URL: https://github.com/apache/trafficserver/pull/12748#discussion_r2662233101
##########
include/proxy/http2/Http2Stream.h:
##########
@@ -390,11 +391,22 @@ inline bool
Http2Stream::payload_length_is_valid() const
{
uint32_t content_length = _receive_header.get_content_length();
- if (content_length != 0 && content_length != data_length) {
+ HTTPHdr *server_request = &this->get_sm()->t_state.hdr_info.server_request;
Review Comment:
What was the reason you didn't use `_send_header` ?
--
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]