MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / clientAddress

Method clientAddress

base/poco/Net/src/HTTPServerSession.cpp:64–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62
63
64SocketAddress HTTPServerSession::clientAddress()
65{
66 return socket().peerAddress();
67}
68
69
70SocketAddress HTTPServerSession::serverAddress()

Calls 1

peerAddressMethod · 0.45

Tested by

no test coverage detected