-
-
Notifications
You must be signed in to change notification settings - Fork 155
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
parseBody() & nextLine() - problem with double "\n" #293
Comments
I experienced the same issue. Jack's solution works for me as well |
I'm having the same bug, and Jack's solution worked for me as well. Pull request #274 looks like it will address this - the proposed code there works for me too. |
Hi, Best regards, |
Describe the bug
When body is separeted from header with two or more "\n" the function nextLine() thows a RuntimeException with message 'empty response'
Code to Reproduce
Expected behavior
Function nextLine() read body despite it is seperated from header by two or more '\n'
Screenshots
Example of raw file
Possibile solution
I try this solution and for my problem works
Desktop / Server :
The text was updated successfully, but these errors were encountered: