markt-asf opened a new pull request #380:
URL: https://github.com/apache/tomcat/pull/380


   https://bz.apache.org/bugzilla/show_bug.cgi?id=64110
   
   I'm providing a PR for this one as the additional attributes to add some 
additional overhead. The overhead is limited to keeping two lists of strings: 
one of requested protocol names and one of requested cipher names. In both 
cases the names are already in memory so the footprint will be limited to the 
lists and array of object references. The exceptions are the relatively new 
GREASE values (see RFC 8701). I don't think they'll cause too much overhead 
(and there are ways to workaround that if they do - namely do exactly what RFC 
8701 doesn't want us to do and enumerate them).


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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to