1
0
forked from cat/WebBase

resharping writing data

This commit is contained in:
2025-07-04 21:51:54 +03:00
parent 0d87542196
commit cc3eb54b3b
4 changed files with 16 additions and 10 deletions

View File

@@ -31,8 +31,9 @@ void HTTPrequest::processHTTPHeader() {
processHeaderValues(stream, octetCount, packageSize);
processBody();
processRequest(); // This writes data too
sock.close();
// RESPOND
processRequest();
sock.close(); // end
}
});
}