You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@trafficserver.apache.org by "ywkaras (via GitHub)" <gi...@apache.org> on 2023/06/01 16:14:20 UTC

[GitHub] [trafficserver] ywkaras commented on a diff in pull request #9348: Add an SNI action to reject QUIC connections

ywkaras commented on code in PR #9348:
URL: https://github.com/apache/trafficserver/pull/9348#discussion_r1213390863


##########
doc/admin-guide/files/sni.yaml.en.rst:
##########
@@ -45,7 +45,7 @@ the user needs to enter the fqdn in the configuration with a ``*.`` followed by
 For some settings, there is no guarantee that they will be applied to a connection under certain conditions.
 An established TLS connection may be reused for another server name if it’s used for HTTP/2. This also means that settings
 for server name A may affects requests for server name B as well. See https://daniel.haxx.se/blog/2016/08/18/http2-connection-coalescing/
-for a more detailed description of HTTP/2 connection coalescing.
+for a more detailed description of HTTP/2 connection coalescing. Similar thing can happen on a QUIC connection for HTTP/3 as welll.

Review Comment:
   Typo, well not welll



-- 
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: github-unsubscribe@trafficserver.apache.org

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