MCPcopy Create free account
hub / github.com/apache/brpc / CutMessageIntoSSLChannel

Method CutMessageIntoSSLChannel

src/brpc/stream.cpp:221–225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219}
220
221ssize_t Stream::CutMessageIntoSSLChannel(SSL*, butil::IOBuf**, size_t) {
222 CHECK(false) << "Stream does support SSL";
223 errno = EINVAL;
224 return -1;
225}
226
227void* Stream::RunOnConnect(void *arg) {
228 ConnectMeta* meta = (ConnectMeta*)arg;

Callers 1

DoWriteMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected