summaryrefslogtreecommitdiffstats
path: root/source/HTTPServer/HTTPMessage.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/HTTPServer/HTTPMessage.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/HTTPServer/HTTPMessage.h b/source/HTTPServer/HTTPMessage.h
index a3c4f96d1..fc7b621fe 100644
--- a/source/HTTPServer/HTTPMessage.h
+++ b/source/HTTPServer/HTTPMessage.h
@@ -78,9 +78,6 @@ protected:
/// Full URL of the request
AString m_URL;
- /// Number of bytes that remain to read for the complete body of the message to be received
- int m_BodyRemaining;
-
/** Parses the RequestLine out of a_Data, up to index a_IdxEnd
Returns the index to the next line, or npos if invalid request
*/