MCPcopy 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
184public:
185 test_server(

Callers 15

operator()Method · 0.45
read_istreamFunction · 0.45
on_request_implMethod · 0.45
on_response_implMethod · 0.45
on_field_implMethod · 0.45
on_trailer_field_implMethod · 0.45
on_header_implMethod · 0.45
on_body_init_implMethod · 0.45
on_body_implMethod · 0.45
on_chunk_header_implMethod · 0.45
on_chunk_body_implMethod · 0.45
on_finish_implMethod · 0.45

Calls 1

messageMethod · 0.80

Tested by 10

on_request_implMethod · 0.36
on_response_implMethod · 0.36
on_field_implMethod · 0.36
on_trailer_field_implMethod · 0.36
on_header_implMethod · 0.36
on_body_init_implMethod · 0.36
on_body_implMethod · 0.36
on_chunk_header_implMethod · 0.36
on_chunk_body_implMethod · 0.36
on_finish_implMethod · 0.36