Fix up autest - Should fix autest on 9.0.x#7022
Merged
shinrich merged 2 commits intoapache:9.0.xfrom Jul 24, 2020
Merged
Conversation
bneradt
approved these changes
Jul 23, 2020
Member
Author
|
[approve ci] |
randall
approved these changes
Jul 24, 2020
Member
Author
|
[approve ci clang-format] |
masaori335
pushed a commit
to masaori335/trafficserver
that referenced
this pull request
Jan 26, 2021
* asf/9.0.x: Updated ChangeLog Document proxy.config.http.cache.post_method. (apache#7060) Move to denylists and allowlists (apache#7034) Fixes spelling in docs (apache#7048) Add new API / TSPluginDSOReloadEnable that overrides the configuration variable `proxy.config.plugin.dynamic_reload_mode` for a particular plugin. (apache#6880) Remove deprecated verify.server for 9.0 (apache#7040) Add memory_profile plugin (apache#7014) Add maxmind acl plugin (apache#6980) Fix proxy.process.http.current_client_connections (apache#7056) Quote out lists of servers and domains in splitdns.config example (apache#7057) Don't make an error on receiving retransmitted handshake data (apache#7061) Fix a crash on active timeout on QUIC connections (apache#7059) Fixed CLIENT-URL to use the pristine client URL (apache#7050) Fix up autest - Should fix autest on 9.0.x (apache#7022)
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.
This is the subset of PR #6931 needed to provide the function needed for some of the autests cherry picked back to 9.0.x. Brining back the whole PR would also work.