arduino-esp32/libraries/WebServer
Clemens Kirchgatterer 7c5196df1b
fix(webserver): Proposal for simplifying webserver file uploads via form POST. (#9167)
* Proposal for fixing file webserver uploads via form upload.

The form parser has shown to have issues with files ending with "--\r\n". This commit replaces the form parser with the parser from ESP8266, which passes the test case.

* Replace _uploadReadByte() in WebServer/Parsing.cpp with ESP8266 implementation.
2024-02-01 12:24:14 +02:00
..
examples Web server simplifications and handers (#7429) 2024-01-16 15:49:46 +02:00
src fix(webserver): Proposal for simplifying webserver file uploads via form POST. (#9167) 2024-02-01 12:24:14 +02:00
keywords.txt Update IDF to aaf1239 (#1539) 2018-06-27 09:01:06 +02:00
library.properties Bump library versions to 2.0.0 (#5182) 2021-05-18 14:00:49 +03:00