Remove unused includes and added some comments

This commit is contained in:
Pablu23
2024-07-08 16:49:03 +02:00
parent f25b8891da
commit a9cdf59a97
4 changed files with 6 additions and 10 deletions

View File

@@ -24,7 +24,7 @@ bool Request::protocol(std::stringstream *ss, int *procPart, char c) {
return true;
}
// This is shit
// This is shit, meaning the path constructor
Request::Request(std::vector<std::byte> buf) : path("") {
std::string name;
std::stringstream ss;