C
static void HTTPHeaderParseLookup( BYTE i );
Description
Calls the appropriate header parser based on the index of the header that was read from the request.
Preconditions
None
Parameters
Parameters |
Description |
i |
the index of the string found in HTTPRequestHeaders |
Return Values
Return Values |
Description |
TRUE |
the end of the file was reached and reading is done |
FALSE |
more data remains to be read |