Skip to content

Conversation

dirkmueller
Copy link
Contributor

Doing returns with String/FlashStringHelper conversion for every
case means that the code for doing that is duplicated, which
is wasteful. doing it only once saves about 250 bytes (50%) of
code size.

Doing returns with String/FlashStringHelper conversion for every case means that the code for doing that is duplicated, which is wasteful. doing it only once saves about 250 bytes (50%) of code size.
@dirkmueller dirkmueller force-pushed the http_responsecodtostring branch from e38d8b8 to 89e8700 Compare December 26, 2019 20:55
@earlephilhower earlephilhower self-requested a review December 27, 2019 18:14
Copy link
Collaborator

@earlephilhower earlephilhower left a comment

Choose a reason for hiding this comment

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

+1 on @devyte's comment request, but OTW good for me!

@devyte devyte merged commit bea9cfc into esp8266:master Dec 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants