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

Method on_read

test/beast/core/basic_stream.cpp:288–291  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

286
287 protected:
288 void
289 on_read(error_code const&)
290 {
291 }
292
293 void
294 on_write(error_code const&, std::size_t)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected