C
static void HTTPHeaderParseContentLength();
Description
Parses the "Content-Length:" header to determine how many bytes of POST data to expect after the request. This value is stored in curHTTP.byteCount.
Preconditions
None
Returns
None
Remarks
This function is ony available when HTTP_USE_POST is defined.