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

Reduce temporary string creation in HTTPClient::sendHeader #6937

Merged
merged 3 commits into from
Dec 29, 2019

Conversation

dirkmueller
Copy link
Contributor

@dirkmueller dirkmueller commented Dec 22, 2019

This improves both performance due to fewer memory allocations/copies
as well as reduces code size by ~ 25% (150 bytes)

@dirkmueller dirkmueller changed the title Http codeopt Reduce temporary string creation in HTTPClient::sendHeader Dec 22, 2019
@dirkmueller dirkmueller force-pushed the http_codeopt branch 2 times, most recently from a4064ae to cfd0208 Compare December 25, 2019 21:13
This improves both performance due to fewer memory allocations/copies
as well as reduces code size by ~ 25% (150 bytes)
@earlephilhower earlephilhower merged commit 5d5200a into esp8266:master Dec 29, 2019
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