mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-11-26 22:58:37 +01:00
fix incorrect formatting #1288
This commit is contained in:
@@ -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];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user