masaori335 commented on a change in pull request #7795:
URL: https://github.com/apache/trafficserver/pull/7795#discussion_r627865170
##########
File path: proxy/http2/Http2Frame.cc
##########
@@ -76,11 +76,6 @@ Http2DataFrame::write_to(MIOBuffer *iobuffer) const
int64_t
Http2HeadersFrame::write_to(MIOBuffer *iobuffer) const
{
- // Validation
Review comment:
I just got rid of this validation, because the `_hdr_block_len` is
already checked before making `Http2HeadersFrame` and too noisy to read or pass
the config from `ua_session` here.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]