MCPcopy 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
571void HTTPClientSession::proxyTunnel()
572{
573 StreamSocket ss = proxyConnect();
574 attachSocket(ss);
575}
576
577
578bool HTTPClientSession::bypassProxy() const

Callers 1

connectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected