HTTP: Fixed typos and bad leftovers.
This commit is contained in:
parent
71a1fa81f0
commit
6ff389f6d4
@ -67,7 +67,7 @@ void cHTTPMessage::AddHeader(const AString & a_Key, const AString & a_Value)
|
||||
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// cHTTPResponse:
|
||||
// cHTTPOutgoingResponse:
|
||||
|
||||
cHTTPOutgoingResponse::cHTTPOutgoingResponse(void) :
|
||||
super(mkResponse)
|
||||
|
@ -1,7 +1,7 @@
|
||||
|
||||
// SslHTTPServerConnection.h
|
||||
|
||||
// Declared the cSslHTTPServerConnection class representing a HTTP connection made over a SSL link
|
||||
// Declares the cSslHTTPServerConnection class representing a HTTP connection made over an SSL link
|
||||
|
||||
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
|
||||
// TransferEncodingParser.cpp
|
||||
|
||||
// Implements the cTransferEncodingParser class and its descendants representing the parser for the various transfer encodings (chunked etc.)
|
||||
// Implements the cTransferEncodingParser class and its descendants representing the parsers for the various transfer encodings (chunked etc.)
|
||||
|
||||
#include "Globals.h"
|
||||
#include "TransferEncodingParser.h"
|
||||
@ -50,6 +50,7 @@ protected:
|
||||
When in psChunkLength, the value is the currently parsed length digits. */
|
||||
size_t m_ChunkDataLengthLeft;
|
||||
|
||||
/** The parser used for the last (empty) chunk's trailer data */
|
||||
cEnvelopeParser m_TrailerParser;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user