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

Method has_progressive_read_method

src/brpc/server.h:615–617  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

613 bool AcceptRequest(Controller* cntl) const;
614
615 bool has_progressive_read_method() const {
616 return this->_has_progressive_read_method;
617 }
618
619private:
620friend class StatusService;

Callers 1

CheckProgressiveReadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected