RobT fork of HTTPServer library
Fork of HTTPServer by
Diff: LPC1768/services/http/server/HTTPRequestDispatcher.h
- Revision:
- 1:56636f5bf71a
- Parent:
- 0:52230c56755e
- Child:
- 2:356c7fa399ae
--- a/LPC1768/services/http/server/HTTPRequestDispatcher.h Fri Jun 11 16:26:10 2010 +0000 +++ b/LPC1768/services/http/server/HTTPRequestDispatcher.h Mon Jun 14 10:22:58 2010 +0000 @@ -60,7 +60,7 @@ void onTimeout(); //Connection has timed out - bool getRequest(string* rootPath, string* fullPath, string* meth); + bool getRequest(string* rootPath, string* subPath, string* meth); HTTPServer* m_pSvr; TCPSocket* m_pTCPSocket;