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

additional mimetable fixes, additional string moves to progmem #4371

Merged
merged 1 commit into from
Feb 16, 2018
Merged

additional mimetable fixes, additional string moves to progmem #4371

merged 1 commit into from
Feb 16, 2018

Conversation

devyte
Copy link
Collaborator

@devyte devyte commented Feb 16, 2018

Some missing fixes

@devyte devyte self-assigned this Feb 16, 2018
@devyte devyte added this to the 2.4.1 milestone Feb 16, 2018
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.

Looks good. I wasn't aware String had an Operator==(FPSTR) overload, but just checked and it's there, neat.

static const char AUTHORIZATION_HEADER[] PROGMEM = "Authorization";
static const char qop_auth[] PROGMEM = "qop=auth";
static const char WWW_Authenticate[] PROGMEM = "WWW-Authenticate";
static const char colon[] PROGMEM = ":";
Copy link
Collaborator

Choose a reason for hiding this comment

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

Thanks for containing your OCD here.

Copy link
Collaborator

@d-a-v d-a-v Feb 16, 2018

Choose a reason for hiding this comment

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

:) there's another one on L94 that could spare 2 more flash ram bytes

@devyte devyte merged commit 5328a8b into esp8266:master Feb 16, 2018
@devyte devyte deleted the esp8266webserver branch February 16, 2018 19:56
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.

3 participants