fix incorrect formatting #1288

This commit is contained in:
AlexandreRouma
2024-01-22 17:05:50 +01:00
parent e208511bde
commit 191f652fc3
2 changed files with 4 additions and 2 deletions

View File

@@ -63,6 +63,7 @@ namespace net::http {
std::string MessageHeader::getField(const std::string name) {
// TODO: Check if exists
// TODO: Maybe declare the set/get field functions to do type conversions automatically?
return fields[name];
}