maskit commented on PR #11983: URL: https://github.com/apache/trafficserver/pull/11983#issuecomment-2617618722
We probably need the second commit in #11883 as well. The function, `_increment_early_data_len`, does not exist on 9.x, but we still have to make an equivalent change in the old way to fix the bug. The change on master was like this: https://github.com/apache/trafficserver/pull/8582/files#diff-7b33a00845ab7b72e9ef89fcd7d92b115117f8cacc7b59527ed530e61a2b0ee9R2220 So for 9.x, adding this to `SSLNetVConnection::_ssl_accept` may work: ``` this->read_from_early_data += nread ``` -- 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: github-unsubscr...@trafficserver.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org