Fix a typo breaking HTTP unit-test.

This commit is contained in:
James Turner
2016-02-22 23:41:13 +02:00
parent d4384422f4
commit 624dae5958

View File

@@ -261,7 +261,7 @@ public:
}
}
void procesRequestBody()
void processRequestBody()
{
if (path == "/test_post") {
if ((args["foo"] != "abc") || (args["bar"] != "1234") || (args["username"] != "johndoe")) {