1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-28 05:01:28 +03:00

webserver: do not count "plain" in argument list (#6768)

* webserver: do not count "plain" in argument list (it is still available though)
This commit is contained in:
david gauchard
2020-07-13 12:40:27 +02:00
committed by GitHub
parent 1134194edc
commit e58bb60f87
3 changed files with 8 additions and 4 deletions

View File

@ -233,6 +233,7 @@ protected:
int _currentArgCount;
RequestArgument* _currentArgs;
int _currentArgsHavePlain;
std::unique_ptr<HTTPUpload> _currentUpload;
int _postArgsLen;
RequestArgument* _postArgs;