1
0

Fixed warnings in HTTP parser.

This commit is contained in:
madmaxoft
2013-12-20 16:20:54 +01:00
parent 812375fab1
commit b66722f735
4 changed files with 15 additions and 5 deletions

View File

@@ -39,7 +39,7 @@ public:
} ;
cHTTPConnection(cHTTPServer & a_HTTPServer);
~cHTTPConnection();
virtual ~cHTTPConnection();
/// Sends HTTP status code together with a_Reason (used for HTTP errors)
void SendStatusAndReason(int a_StatusCode, const AString & a_Reason);