split respone.cpp file
This commit is contained in:
@@ -68,7 +68,7 @@ http_method str_to_http_method(std::string &str)
|
||||
return POST;
|
||||
else if (str == "DELETE")
|
||||
return DELETE;
|
||||
else if (str == "ALL_METHODS")
|
||||
else if (str == "ALL_METHODS") // for Eric: why this test ? can we delete it?
|
||||
return ANY_METHODS;
|
||||
// would prefere ALL_METHODS
|
||||
return UNKNOWN;
|
||||
|
||||
Reference in New Issue
Block a user