bneradt commented on issue #11758: URL: https://github.com/apache/trafficserver/issues/11758#issuecomment-2964379685
Thank you @fsecure-kilkanen for the thorough description. Using a slightly modified version of your split CLIENT_HELLO python script, I have written an autest that reproduces the issue. It is on this branch: https://github.com/bneradt/trafficserver/tree/fix_client_hello_split_blind_tunnel Delaying the call to `free_handshake_buffers` helps ATS to internally process the CLIENT_HELLO correctly, but it does not tunnel both packets to the origin correctly, only the first. I have verified that the origin will handle both packets corretly if ATS does the right thing, but I haven't made it that far yet. Just following up on your investigation: have you made further progress in finding a patch that addresses this issue? -- 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]
