bryancall commented on issue #6123:
URL: https://github.com/apache/trafficserver/issues/6123#issuecomment-4827338255

   This was filed in 2019 against the original native QUIC implementation, 
asking ATS to re-evaluate the ip_allow access control list when a QUIC client 
migrates to a new network (since ip_allow is only checked when a connection 
first starts). That original QUIC stack, including the QUICNetVConnection 
connection-migration handling this would have hooked into, was removed in 
https://github.com/apache/trafficserver/pull/10703 ("Remove the original QUIC 
implementation", first released in 10.0.0), which switched ATS to the quiche 
library. Connection migration is now handled inside quiche, and current master 
no longer has an ATS-side migration state machine where this re-check would 
live, so the request as written is obsolete. I am closing this as moot after 
the QUIC rewrite. If re-checking access control on migration is still wanted 
against the quiche-based stack, please open a fresh issue describing the 
desired behavior.


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