-
Notifications
You must be signed in to change notification settings - Fork 852
Closed
Labels
Description
Internally Verizon is starting to use UserArgs to flag transactions that are going to a peer, to signal to other plugins to skip egress transforms.
Having an Ingress/Egress status standard convention between all plugins will be necessary with more sophisticated CDN architectures, but should it be made part of the core API?
Note that one of our goals is to have a single config for all nodes in the CDN. Thus all nodes are configured to run ingress and egress transforms unless flagged as a regress by our upstream selection logic. This will remove unwanted transforms from happening between cache hops within the CDN, and reduce overhead.
Reactions are currently unavailable