#include <cHttpClient.h>
|
static const size_t | k_MaxChunkSize = 1024 * 1024 |
| Don't allow m_bTransferEncodingChunked bigger than this. Might be an attack. k_FILE_BLOCK_SIZE. More...
|
|
WaitForBody state. Similar to cStream::k_FILE_BLOCK_SIZE
◆ cHttpClientBody()
GrayLib::cHttpClientBody::cHttpClientBody |
( |
bool |
bTransferEncodingChunked | ) |
|
|
inline |
◆ InitContentEncoding()
◆ k_MaxChunkSize
const size_t GrayLib::cHttpClientBody::k_MaxChunkSize = 1024 * 1024 |
|
static |
Don't allow m_bTransferEncodingChunked bigger than this. Might be an attack. k_FILE_BLOCK_SIZE.
◆ m_bTransferEncodingChunked
bool GrayLib::cHttpClientBody::m_bTransferEncodingChunked |
Are we chunk encoding? HTTP_TAG_TransferEncoding.
◆ m_bWaitForChunkHeader
bool GrayLib::cHttpClientBody::m_bWaitForChunkHeader |
expecting a chunk header next?
◆ m_datablock
◆ m_DecoderQueue
Must create an intermediate queue for processing chunked data with m_pDecoder.
◆ m_pDecoder
Content-Encoding: deflate or gzip.
◆ m_TransferChunk
Progress of the current m_bTransferEncodingChunked.
The documentation for this class was generated from the following files: