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

ESP8266 Web Server: Fix send stream by reference #8533

Merged
merged 1 commit into from
Apr 8, 2022

Conversation

MichaelBell
Copy link
Contributor

There is no implementation for the variant of the ESP8266WebServer::send function that takes a reference to a Stream.

This fixes the error by calling the version that takes a pointer.

@mcspr mcspr merged commit 684156d into esp8266:master Apr 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants