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

Stream::Send fixes: doc + StreamConstPtr byte-by-byte + missing SSL availableForWrite#7935

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 5 commits intoesp8266:masterfromd-a-v:streamsendfix1
Mar 25, 2021

Conversation

@d-a-v
Copy link
Collaborator

Shouldfix#7928

In the following code

        //if (_byteAddressable)        //    return _peekPointer < _size ? _buffer[_peekPointer++] : -1;        return _peekPointer < _size ? pgm_read_byte(&_buffer[_peekPointer++]) : -1;

I wonder if it is worth uncommenting the two first lines, which are valid.

@earlephilhower
Copy link
Collaborator

I wonder if it is worth uncommenting the two first lines, which are valid.

I'd say no. Code size increase and pgm_read_byte is only 4 insns extra, anyway, so performance vs. the virtual call overhead should be nothing.

d-a-v reacted with thumbs up emoji

@d-a-vd-a-v changed the titleStreamConstPtr: fix doc + reading flash space byte-by-byteStream::Send fixes: doc + StreamConstPtr byte-by-byte + missing SSL availableForWriteMar 25, 2021
Copy link
Collaborator

@earlephilhowerearlephilhower left a comment

Choose a reason for hiding this comment

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

LGTM

@d-a-vd-a-v merged commitc1118df intoesp8266:masterMar 25, 2021
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@earlephilhowerearlephilhowerearlephilhower approved these changes

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

Does ESP8266WebServer and ESP8266WiFi now require non32xfer to be enabled?

2 participants

@d-a-v@earlephilhower

[8]ページ先頭

©2009-2025 Movatter.jp