-
Notifications
You must be signed in to change notification settings - Fork 845
Add support for CMCD-Request header nor field to prefetch plugin #9232
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1bc91aa to
f1832b8
Compare
cmcfarlen
reviewed
Dec 13, 2022
Contributor
Author
|
[approve ci fedora] |
Contributor
Author
|
[approve ci autest] |
Contributor
Author
|
Adding some extra checks to ensure that the specified relative path is "simple" and not malformed. -- maybe a later PR. |
fcaa04d to
43266eb
Compare
61d0a8c to
610d621
Compare
Contributor
Author
|
[approve ci autest] |
1 similar comment
Contributor
Author
|
[approve ci autest] |
3ae1a7f to
78dea72
Compare
maskit
reviewed
Mar 9, 2023
cmcfarlen
approved these changes
Mar 10, 2023
traeak
added a commit
to traeak/trafficserver
that referenced
this pull request
Mar 16, 2023
…che#9232) * prefetch: Add support for cmcd-request nor prefetch handling * prefetch: restore failing behavior on missing cachekey * prefetch: make cmcd autest more robust * prefetch: cmcd percent decode and scrub query params * revert debug statement change --------- Co-authored-by: Brian Olsen <bolsen149@comcast.com> (cherry picked from commit 421bfb6)
cmcfarlen
pushed a commit
to cmcfarlen/trafficserver
that referenced
this pull request
Jun 3, 2024
…che#9232) * prefetch: Add support for cmcd-request nor prefetch handling * prefetch: restore failing behavior on missing cachekey * prefetch: make cmcd autest more robust * prefetch: cmcd percent decode and scrub query params * revert debug statement change --------- Co-authored-by: Brian Olsen <bolsen149@comcast.com>
cmcfarlen
pushed a commit
to cmcfarlen/trafficserver
that referenced
this pull request
Jun 3, 2024
* commit 'c54a2e2b77151869ff014fbdc4c82cec0afcbb8c': (37 commits) Slight performance improvements before calling APIHooks::clear (apache#9480) libswoc: Update to 1.4.5 (apache#9522) CryptoContext: Clean up to avoid compiler problem. (apache#9521) Add TLSCertSwitchSupport (apache#9322) Add clang-format-tests to clang-format target (apache#9456) Adds the AR env variable to config.nice (apache#9515) Fix .asf.yaml (apache#9519) Hugepage config cleanup (apache#9479) Separate io_uring into a separate library. AIO in io_uring mode uses new io_uring lib. (apache#9462) Avoid memory allocation in CryptoHash (apache#9474) UnitParser: add unit parser support. (apache#9485) autest - Minor fix on the verifier_client test ext to allow setting only the http3 ports. (apache#9517) Remove support for port event polling (apache#9476) QUIC: Add support to configure UDP max payload limit. (apache#9486) Reduce the size of the APIHooks, eliminating enum gap (apache#9509) Add support for CMCD-Request header nor field to prefetch plugin (apache#9232) Eliminates padding from some common structs (apache#9481) Enable external file loading for sni.yaml. (apache#9501) Remove inactive include of IpMapConf.h (apache#9512) Cleanup: Remove RecModeT from the code. (apache#9487) ...
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This adds support to the prefetch plugin for use with the Cmcd-Request header with nor field relative path.