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

Function sendWebSocketBinary

src/Server/WebTerminalRequestHandler.cpp:120–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118}
119
120void sendWebSocketBinary(Poco::Net::StreamSocket & socket, const char * data, size_t len)
121{
122 sendWebSocketFrame(socket, 0x02, data, len);
123}
124
125void sendWebSocketClose(Poco::Net::StreamSocket & socket, uint16_t code, const String & reason)
126{

Callers 1

Calls 1

sendWebSocketFrameFunction · 0.85

Tested by

no test coverage detected