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 issue whereby H2 encoding ignores method and defaults to HTTP_GET #199 #202

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

broddo
Copy link

@broddo broddo commented Dec 13, 2024

Closes #199

_method is not updated outside of the constructor. As a result, _H2 encoding will use the select method and digest will fail. Use method() instead. 

Adds extra parameter to allow passing of an already hashed password for convenience

Signed-off-by: Barry Broderick <[email protected]>
Signed-off-by: Barry Broderick <[email protected]>
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.

Digest Auth issue due to _method not being set in PsychicRequest.cpp
1 participant