fsecure-kilkanen commented on issue #11758:
URL: 
https://github.com/apache/trafficserver/issues/11758#issuecomment-2972789873

   Hi @bneradt .
   
   Thanks for looking into this issue. I gave up on trying to patch this issue. 
Instead I resorted to using a workaround where I am delaying the first part of 
TLS Client Hello packet with Linux `tc` framework, if the Client Hello consists 
of two parts.
   
   This delay ensures that the socket read gets the full Client Hello packet, 
and the problematic code path is not triggered in TrafficServer.
   
   It is nice that you have been able to work on this.


-- 
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]

Reply via email to