MCPcopy Create free account
hub / github.com/boostorg/beast / fail

Function fail

example/http/server/stackless/http_server_stackless.cpp:207–211  ·  view source on GitHub ↗

Report a failure

Source from the content-addressed store, hash-verified

205
206// Report a failure
207void
208fail(beast::error_code ec, char const* what)
209{
210 std::cerr << what << ": " << ec.message() << "\n";
211}
212
213// Handles an HTTP server connection
214class session

Callers 3

loopMethod · 0.70
listenerMethod · 0.70
loopMethod · 0.70

Calls 1

messageMethod · 0.80

Tested by

no test coverage detected