mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-04 21:42:39 +00:00
some comments
This commit is contained in:
parent
3269380869
commit
f2083a979b
@ -70,6 +70,11 @@ namespace CurrentMetrics
|
||||
|
||||
namespace
|
||||
{
|
||||
/*
|
||||
* ClickHouse holds a list of hosts, while Poco expects a regex. Build an or-based regex with all the hosts
|
||||
* Favoring simplicity. https://about.gitlab.com/blog/2021/01/27/we-need-to-talk-no-proxy/
|
||||
* Open for discussions
|
||||
* */
|
||||
std::string buildPocoNonProxyHosts(const DB::ProxyConfiguration & proxy_configuration)
|
||||
{
|
||||
bool first = true;
|
||||
|
Loading…
Reference in New Issue
Block a user