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

Function fail

example/http/server/sync-ssl/http_server_sync_ssl.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
214void

Callers 1

do_sessionFunction · 0.70

Calls 1

messageMethod · 0.80

Tested by

no test coverage detected