fixes for WiFiClient::write(Stream) by d-a-v · Pull Request #7987 · esp8266/Arduino

@d-a-v

- remove deprecated WiFiClient::write(Stream,size)
- fix and deprecate WiFiClient::write(Stream) to use Stream::sendAll instead of ::sendAvailable
- update ESP8266WebServer::streamFile to use file.sendAll(client) instead of client.write(file)

@d-a-v added this to the 3.0.0 milestone

Apr 15, 2021

@d-a-v d-a-v mentioned this pull request

Apr 17, 2021

6 tasks

@d-a-v d-a-v mentioned this pull request

Apr 21, 2021

6 tasks

@d-a-v

@d-a-v d-a-v deleted the streamsendfix3 branch

April 27, 2021 14:02