Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/beast
/ fail
Method
fail
test/beast/core/basic_stream.cpp:177–182 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
175
std::thread t_;
176
177
void
178
fail(error_code const& ec, string_view what)
179
{
180
if(ec != net::error::operation_aborted)
181
log_ << what <<
": "
<< ec.message() <<
"\n"
;
182
}
183
184
public:
185
test_server(
Callers
15
operator()
Method · 0.45
read_istream
Function · 0.45
on_request_impl
Method · 0.45
on_response_impl
Method · 0.45
on_field_impl
Method · 0.45
on_trailer_field_impl
Method · 0.45
on_header_impl
Method · 0.45
on_body_init_impl
Method · 0.45
on_body_impl
Method · 0.45
on_chunk_header_impl
Method · 0.45
on_chunk_body_impl
Method · 0.45
on_finish_impl
Method · 0.45
Calls
1
message
Method · 0.80
Tested by
10
on_request_impl
Method · 0.36
on_response_impl
Method · 0.36
on_field_impl
Method · 0.36
on_trailer_field_impl
Method · 0.36
on_header_impl
Method · 0.36
on_body_init_impl
Method · 0.36
on_body_impl
Method · 0.36
on_chunk_header_impl
Method · 0.36
on_chunk_body_impl
Method · 0.36
on_finish_impl
Method · 0.36