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

Method on_message_complete_cb

src/brpc/details/http_message.cpp:252–254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

250}
251
252int HttpMessage::on_message_complete_cb(http_parser *parser) {
253 return static_cast<HttpMessage*>(parser->data)->OnMessageComplete();
254}
255
256int HttpMessage::OnBody(const char *at, const size_t length) {
257 if (_vmsgbuilder) {

Callers

nothing calls this directly

Calls 1

OnMessageCompleteMethod · 0.80

Tested by

no test coverage detected