Skip to content

allow proper content length handling #432

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

Merged
merged 5 commits into from
Jun 19, 2015
Merged

allow proper content length handling #432

merged 5 commits into from
Jun 19, 2015

Conversation

me-no-dev
Copy link
Collaborator

setting the content length has priority
if the string is empty also the length would not be send
that permits sending content later like

server.send(200, "text/html", "");
server.client().printf("<html><body>Uptime: %d</body></html>", millis() / 1000);

igrr added a commit that referenced this pull request Jun 19, 2015
allow proper content length handling
@igrr igrr merged commit 7f29669 into esp8266:esp8266-sdk-1.0 Jun 19, 2015
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.

2 participants