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

Method IsCloseConnection

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

True if CloseConnection() was called.

Source from the content-addressed store, hash-verified

485
486 // True if CloseConnection() was called.
487 bool IsCloseConnection() const { return has_flag(FLAGS_CLOSE_CONNECTION); }
488
489 // ServerOptions.security_mode is turned on, and the RPC is from
490 // connections accepted from port (rather than internal_port)

Callers 8

RunMethod · 0.80
~HttpResponseSenderMethod · 0.80
SendSofaResponseFunction · 0.80
RunMethod · 0.80
DoRunMethod · 0.80
RunMethod · 0.80
SendHuluResponseFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected