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

Fix empty response error for blank lines #274

Merged

Conversation

bierpub
Copy link
Contributor

@bierpub bierpub commented Sep 1, 2022

If a blank line exists somewhere in the middle of a message it is throwing an empty response exception. A blank line is OK in the middle of a message and does not indicate a problem when a \n was properly found as the next character, since the stream is still open and reading fine.

@Webklex
Copy link
Owner

Webklex commented Oct 17, 2022

Hi @bierpub ,
thanks for your pull request! :)

Best regards,

@Webklex Webklex merged commit 0ddfbdd into Webklex:master Oct 17, 2022
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