MCPcopy Create free account
hub / github.com/bcndev/bytecoin / on_client_handler

Method on_client_handler

src/http/Server.cpp:166–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164Server::~Server() = default; // we use unique_ptrs to incomplete type
165
166void Server::on_client_handler(Client *who) {
167 RequestBody request;
168 while (who->read_next(request)) {
169 on_client_handle_request(who, std::move(request));
170 }
171}
172
173void Server::accept_all() {
174 if (!la_socket)

Callers

nothing calls this directly

Calls 1

read_nextMethod · 0.45

Tested by

no test coverage detected