Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClickHouse/ClickHouse
/ proxyTunnel
Method
proxyTunnel
base/poco/Net/src/HTTPClientSession.cpp:571–575 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
569
570
571
void HTTPClientSession::proxyTunnel()
572
{
573
StreamSocket ss = proxyConnect();
574
attachSocket(ss);
575
}
576
577
578
bool HTTPClientSession::bypassProxy() const
Callers
1
connect
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected