Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ESP8266WebServer - free _currentArgs after request has been handled #9077

Merged
merged 2 commits into from
Feb 11, 2024

Commits on Feb 2, 2024

  1. Free memory for _currentArgs after request has been handled in WebSer…

    …ver.
    
    This can reduce permanent RAM consumption significantly, if the last request had lots of arguments, but it assumes, that we do not need the arguments after we have handled a request.
    everslick authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    0ef13c6 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2024

  1. Configuration menu
    Copy the full SHA
    153be55 View commit details
    Browse the repository at this point in the history