We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@devemux86
Hi, all HTTP header lines must be terminated by a carriage return (\r) and a line feed (\n).
You are using only line feed here; could you please fix it?
Ref: microG #455
The text was updated successfully, but these errors were encountered:
Thanks for the report!
Indeed after tests it fixes LwHttp issues. @ale5000-git do you want to post a pull request with the change?
LwHttp
Sorry, something went wrong.
Done: #461
9977061
No branches or pull requests
@devemux86
Hi,
all HTTP header lines must be terminated by a carriage return (\r) and a line feed (\n).
You are using only line feed here; could you please fix it?
Ref: microG #455
The text was updated successfully, but these errors were encountered: