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

Method release_http_response

src/brpc/controller.h:440–444  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

438 }
439 bool has_http_response() const { return _http_response; }
440 HttpHeader* release_http_response() {
441 HttpHeader* const tmp = _http_response;
442 _http_response = NULL;
443 return tmp;
444 }
445
446 // User attached data or body of http response, which is wired to network
447 // directly instead of being serialized into protobuf messages.

Callers 1

H2UnsentResponseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected