Add some tests around https certificate selection#165
Closed
jacksontj wants to merge 2 commits intoapache:masterfrom
Closed
Add some tests around https certificate selection#165jacksontj wants to merge 2 commits intoapache:masterfrom
jacksontj wants to merge 2 commits intoapache:masterfrom
Conversation
Primarily around certificate loading since there were some questions brought up in apache#121
…icate. This matches the behavior of actual scoped certificates (with an IP address)
797c9d2 to
3cff524
Compare
bneradt
pushed a commit
to bneradt/trafficserver
that referenced
this pull request
Nov 19, 2020
YTSATS-3085: Consistently compute final dechunk size
masaori335
pushed a commit
to masaori335/trafficserver
that referenced
this pull request
Sep 24, 2021
* Adds new TS API TSHttpTxnCacheDiskPathGet (apache#7783) * Adds new TS API TSHttpTxnCacheDiskPathGet to obtain the path of the disk that contains the requested object. * * Modified API to return path instead of taking a double pointer argument * * Modified TSHttpTxnCacheDiskPathGet to take a length argument that is set to the length of the returned string * * Added a check for length being set to nullptr (cherry picked from commit 7d60962) * TSHttpTxnCacheDiskPathGet - tighten up the code a bit. (apache#7806) (cherry picked from commit 5c39528) * Adds new X-Cache-Info header to the xdebug plugin (apache#7784) (cherry picked from commit 7433038) Co-authored-by: Jeff Elsloo <elsloo@users.noreply.github.com> Co-authored-by: Alan M. Carroll <amc@apache.org>
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
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.
Primarily around certificate loading since there were some questions brought up in #121