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

Protocol violation in openssl_server example. #333

Closed
alexander-sorokin opened this issue Feb 11, 2017 · 1 comment
Closed

Protocol violation in openssl_server example. #333

alexander-sorokin opened this issue Feb 11, 2017 · 1 comment
Labels
Type: Bug bugs in IDF

Comments

@alexander-sorokin
Copy link

Between responce header and body should be 2 new lines. Now it is only one.
Here:
"Content-Length: 98\r\n" \
should be
"Content-Length: 98\r\n\r\n" \

@projectgus
Copy link
Contributor

Thanks for reporting this Alexander. A fix for this was contributed in #214, and that fix is now queued for review & merge.

@projectgus projectgus added Type: Bug bugs in IDF Status: In Progress Work is in progress labels Feb 14, 2017
@igrr igrr closed this as completed in 34d0b00 Feb 15, 2017
@igrr igrr removed the Status: In Progress Work is in progress label Dec 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug bugs in IDF
Projects
None yet
Development

No branches or pull requests

3 participants