This is an automated email from the ASF dual-hosted git repository.
zwoop pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/9.0.x by this push:
new 9bd3fad Ran clang-format
9bd3fad is described below
commit 9bd3fad61ed2e7f096f63cefd952aee410cd5e18
Author: Masaori Koshiba <[email protected]>
AuthorDate: Tue Sep 3 09:05:56 2019 +0900
Ran clang-format
(cherry picked from commit aa58b6eb812319c7cde8be9e8d21ff939f9175f8)
---
plugins/cachekey/configs.h | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/plugins/cachekey/configs.h b/plugins/cachekey/configs.h
index 26cd9be..3ccf2a1 100644
--- a/plugins/cachekey/configs.h
+++ b/plugins/cachekey/configs.h
@@ -226,10 +226,10 @@ private:
*/
bool loadClassifiers(const String &args, bool blacklist = true);
- bool _prefixToBeRemoved = false; /**< @brief instructs the prefix (i.e.
host:port) not to added to the cache key */
- bool _pathToBeRemoved = false; /**< @brief instructs the path not to
added to the cache key */
- bool _canonicalPrefix = false; /**< @brief keep the URI scheme and
authority element used as input to transforming into key */
- String _separator = "/"; /**< @brief a separator used to
separate the cache key elements extracted from the URI */
- CacheKeyUriType _uriType = REMAP; /**< @brief shows which URI the cache
key will be based on */
+ bool _prefixToBeRemoved = false; /**< @brief instructs the prefix (i.e.
host:port) not to added to the cache key */
+ bool _pathToBeRemoved = false; /**< @brief instructs the path not to
added to the cache key */
+ bool _canonicalPrefix = false; /**< @brief keep the URI scheme and
authority element used as input to transforming into key */
+ String _separator = "/"; /**< @brief a separator used to separate
the cache key elements extracted from the URI */
+ CacheKeyUriType _uriType = REMAP; /**< @brief shows which URI the cache key
will be based on */
CacheKeyKeyType _keyType = CACHE_KEY; /**< @brief target URI to be modified,
cache key or paren selection */
};