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
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:
netty-http-authenticator/src/main/java/me/vzhilin/auth/NettyHttpAuthenticator.java
Line 90 in 7b71c01
If the connection has been closed on the server side, this will fail.
The text was updated successfully, but these errors were encountered:
Thank you! I fix this someday, maybe this weekend.
Sorry, something went wrong.
No branches or pull requests
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:
netty-http-authenticator/src/main/java/me/vzhilin/auth/NettyHttpAuthenticator.java
Line 90 in 7b71c01
If the connection has been closed on the server side, this will fail.
The text was updated successfully, but these errors were encountered: