C
static BOOL HTTPSendFile();
Description
Serves up the next chunk of curHTTP's file, up to a) available TX FIFO space or b) the next callback index, whichever comes first.
Preconditions
curHTTP.file and curHTTP.offsets have both been opened for reading.
Return Values
Return Values |
Description |
TRUE |
the end of the file was reached and reading is done |
FALSE |
more data remains to be read |