Skip to content

allow proper content length handling #433

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 #433

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 3263fcb into esp8266:esp8266 Jun 19, 2015
igrr added a commit that referenced this pull request Oct 29, 2015
allow proper content length handling
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