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

Connection close is not honoured #2

Open
PyvesB opened this issue Feb 6, 2020 · 1 comment
Open

Connection close is not honoured #2

PyvesB opened this issue Feb 6, 2020 · 1 comment

Comments

@PyvesB
Copy link
Contributor

PyvesB commented Feb 6, 2020

Hello hello!

After the initial 401 Unauthorized response, RFC 7616 does not mandate the server to keep the connection alive when performing digest auth.

The following line will attempt to reuse the same channel pipeline to send the second client request:

If the connection has been closed on the server side, this will fail.

@vzhn
Copy link
Owner

vzhn commented Feb 12, 2020

Thank you! I fix this someday, maybe this weekend.

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

No branches or pull requests

2 participants