Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

fixes for WiFiClient::write(Stream)#7987

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
d-a-v merged 8 commits intoesp8266:masterfromd-a-v:streamsendfix3
Apr 27, 2021
Merged

Conversation

@d-a-v
Copy link
Collaborator

@d-a-vd-a-v commentedApr 15, 2021
edited
Loading

  • remove deprecatedWiFiClient::write(Stream,size)
  • fix and deprecateWiFiClient::write(Stream) to useStream::sendAll instead of::sendAvailable
  • updateESP8266WebServer::streamFile to usefile.sendAll(client) instead ofclient.write(file)

fixes#7982

edit:

  • removeStream dependency inClientContext::

fixes#7991

edit2: 212 flash bytes are saved when compiling mcve from#7991

- 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-vd-a-v added this to the3.0.0 milestoneApr 15, 2021
@d-a-vd-a-v added the alphaincluded in alpha release labelApr 17, 2021
@d-a-vd-a-v mentioned this pull requestApr 21, 2021
6 tasks
Copy link
Collaborator

@devytedevyte left a comment

Choose a reason for hiding this comment

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

Nothing jumps out at me, 👍

d-a-v reacted with thumbs up emoji
@d-a-vd-a-v merged commitf4178e5 intoesp8266:masterApr 27, 2021
@d-a-vd-a-v deleted the streamsendfix3 branchApril 27, 2021 14:02
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@devytedevytedevyte approved these changes

Assignees

No one assigned

Labels

alphaincluded in alpha release

Projects

None yet

Milestone

3.0.0

Development

Successfully merging this pull request may close these issues.

Panic inside ClientContext.h since git version 83f5f29c streamFile does only send first 64 bytes

2 participants

@d-a-v@devyte

[8]ページ先頭

©2009-2025 Movatter.jp