lzx404243 commented on PR #10184:
URL: https://github.com/apache/trafficserver/pull/10184#issuecomment-1677826093

   @maskit What do you think about placing the SNI check in 
`Http3SessionAccept::accept()`?  On one hand, it makes sense as this is right 
before the start of a H3 session and once we know that client didn't send a SNI 
we can reject it and don't need to start the session at all. The downside for 
this is we can't send a H3 response from here. We just rejects the session.


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