mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-16 11:21:18 +03:00
fix reading bytes from incoming POST upload
proper error and premature connection loss should be implemented to handle weird cases where we might not get the whole post content
This commit is contained in:
@ -83,6 +83,7 @@ protected:
|
||||
static const char* _responseCodeToString(int code);
|
||||
void _parseForm(WiFiClient& client, String boundary, uint32_t len);
|
||||
void _uploadWriteByte(uint8_t b);
|
||||
uint8_t _uploadReadByte(WiFiClient& client);
|
||||
|
||||
struct RequestHandler;
|
||||
struct RequestArgument {
|
||||
|
Reference in New Issue
Block a user