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

Function fail

example/http/server/sync/http_server_sync.cpp:204–208  ·  view source on GitHub ↗

Report a failure

Source from the content-addressed store, hash-verified

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

Callers 1

do_sessionFunction · 0.70

Calls 1

messageMethod · 0.80

Tested by

no test coverage detected