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

HTTP digest auth "qop" param #39

Closed
wants to merge 1 commit into from
Closed

HTTP digest auth "qop" param #39

wants to merge 1 commit into from

Conversation

ghost
Copy link

@ghost ghost commented Jul 21, 2012

RFC states what client's qop is:
message-qop = "qop" "=" qop-value
where:
qop-value = "auth" | "auth-int" | token
So, client's qop parameter must be single unquoted token.

@bagder
Copy link
Member

bagder commented Jul 21, 2012

Thanks, merged and pushed!

@bagder bagder closed this Jul 21, 2012
bagder pushed a commit that referenced this pull request Nov 23, 2012
It's against the spec and caused test failures when header
and response were read from the network separately in which
case bug #39 wasn't triggered.
greearb pushed a commit to greearb/curl that referenced this pull request Dec 3, 2012
yangtse added a commit that referenced this pull request Jan 17, 2013
Fixes initial proxy response being processed by the tunneled protocol
handler instead of the HTTP wrapper handler. This issue would trigger
upon delayed CONNECT response from the proxy.

Additionally fixes a multi interface code-path in which connections
would not time out properly.

This does not fix known bug #39.

URL: http://curl.haxx.se/mail/lib-2013-01/0191.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant