Merged the QHttpHandler abstract base class with the QSubHandler class.

This commit is contained in:
Nathan Osman
2015-07-08 19:31:00 -07:00
parent f1a29212f3
commit 2205fb4166
16 changed files with 96 additions and 169 deletions

View File

@@ -121,7 +121,7 @@ void TestQObjectHandler::testRequests()
QTRY_VERIFY(socket.isHeadersParsed());
handler.process(&socket, socket.path());
handler.route(&socket, socket.path());
QTRY_COMPARE(client.statusCode(), statusCode);