Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
207
void
208
fail(beast::error_code ec, char const* what)
209
{
210
std::cerr << what <<
": "
<< ec.message() <<
"\n"
;
211
}
212
213
// Handles an HTTP server connection
214
void
Callers
1
do_session
Function · 0.70
Calls
1
message
Method · 0.80
Tested by
no test coverage detected