MCPcopy Create free account
hub / github.com/brainboxdotcc/DPP / close

Method close

src/dpp/http_server_request.cpp:274–277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

272}
273
274void http_server_request::close() {
275 state = HTTPS_DONE;
276 ssl_connection::close();
277}
278
279http_server_request::~http_server_request() {
280 if (sfd != INVALID_SOCKET) {

Callers 2

on_buffer_drainedMethod · 0.95
one_second_timerMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected