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

Function ProcessHttpResponseWrapper

src/brpc/policy/http2_rpc_protocol.cpp:954–957  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

952}
953
954static void* ProcessHttpResponseWrapper(void* void_arg) {
955 ProcessHttpResponse(static_cast<InputMessageBase*>(void_arg));
956 return NULL;
957}
958
959H2ParseResult H2Context::OnGoAway(
960 butil::IOBufBytesIterator& it, const H2FrameHead& h) {

Callers

nothing calls this directly

Calls 1

ProcessHttpResponseFunction · 0.85

Tested by

no test coverage detected