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

Method on_buffer_drained

src/dpp/http_server_request.cpp:208–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206}
207
208void http_server_request::on_buffer_drained() {
209 if (state == HTTPS_DONE && status > 0 && !handler) {
210 this->close();
211 }
212}
213
214
215http_server_request& http_server_request::set_status(uint16_t new_status) {

Callers

nothing calls this directly

Calls 1

closeMethod · 0.95

Tested by

no test coverage detected