You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by GitBox <gi...@apache.org> on 2021/03/29 14:19:34 UTC

[GitHub] [trafficserver] SolidWallOfCode commented on issue #7607: Inefficiency in SNI policy parsing

SolidWallOfCode commented on issue #7607:
URL: https://github.com/apache/trafficserver/issues/7607#issuecomment-809417545


   The tricky bit here is the value is not strictly an enumeration. It can have an arbitrary value as long as that value starts with "@". In such a case, the "@" is removed and the literal value is used as the outbound SNI. This means a string is required in some cases. What would be needed is an enumeration and a string, with the string set only when it's explicitly specified by a plugin.


-- 
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:
users@infra.apache.org