Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
274
void http_server_request::close() {
275
state = HTTPS_DONE;
276
ssl_connection::close();
277
}
278
279
http_server_request::~http_server_request() {
280
if (sfd != INVALID_SOCKET) {
Callers
2
on_buffer_drained
Method · 0.95
one_second_timer
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected