maskit opened a new pull request, #11883: URL: https://github.com/apache/trafficserver/pull/11883
I found two bugs around early data. The first commit fixes a bug in autest test-0rtt-s_client. The test does not use ALPN to use H2 on TLS a TLS connection (protocol violation). The violation was found on #11881 (the test fails with the fix on #11881). The second commit fixes the other bug in SSLNetVC. It increments the total amount of early data received only after TLS handshake is completed. The first commit revealed this bug because it slightly changes the timing of read operations. -- 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