Fix a typo breaking HTTP unit-test.
This commit is contained in:
@@ -261,7 +261,7 @@ public:
|
||||
}
|
||||
}
|
||||
|
||||
void procesRequestBody()
|
||||
void processRequestBody()
|
||||
{
|
||||
if (path == "/test_post") {
|
||||
if ((args["foo"] != "abc") || (args["bar"] != "1234") || (args["username"] != "johndoe")) {
|
||||
|
||||
Reference in New Issue
Block a user