Skip to content

Conversation

TheNitek
Copy link
Contributor

Currently ESP8266HTTPClient only has writeToStream(Stream ), but interally only uses the Stream as a Print*. Since Print* is more lightweight, adding a writeToPrint(Print *) seems to make sense. E.g. this allows to use SdFile directly.
wirteToStream is kept for backward compatibility

Copy link
Collaborator

@d-a-v d-a-v left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks !

@d-a-v d-a-v added this to the 3.1 milestone Jul 11, 2021
@earlephilhower earlephilhower merged commit 140d0ff into esp8266:master Sep 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants