summaryrefslogtreecommitdiffstats
path: root/src/HTTPServer/HTTPServerConnection.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/HTTPServer/HTTPServerConnection.h')
-rw-r--r--src/HTTPServer/HTTPServerConnection.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/HTTPServer/HTTPServerConnection.h b/src/HTTPServer/HTTPServerConnection.h
index d63cc7395..af2abb73f 100644
--- a/src/HTTPServer/HTTPServerConnection.h
+++ b/src/HTTPServer/HTTPServerConnection.h
@@ -18,7 +18,7 @@
// fwd:
class cHTTPServer;
class cHTTPResponse;
-class cHTTPRequest;
+class cHTTPRequestParser;
@@ -81,7 +81,7 @@ protected:
/** The request being currently received
Valid only between having parsed the headers and finishing receiving the body. */
- cHTTPRequest * m_CurrentRequest;
+ cHTTPRequestParser * m_CurrentRequest;
/** Number of bytes that remain to read for the complete body of the message to be received.
Valid only in wcsRecvBody */