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: fix CONNECT_ONLY with Negotiate authentication #655

Closed
wants to merge 1 commit into from

Conversation

MarcelRaad
Copy link
Member

Since 79b9d5f, connections were closed immediately before the libcurl user had a chance to extract the socket if Negotiate authentication was used. If CURLOPT_CONNECT_ONLY is set, it is the user's responsibility to decide when to close the connection.

This pull request is the same as #520, but without the HTTP status code check.

CONNECT_ONLY connections were closed immediately before the user had a chance
to extract the socket when the proxy required Negotiate authentication.
@iboukris
Copy link
Contributor

As mention over #520 this look OK to me.

@sithglan
Copy link
Contributor

I hit this regression as well. Please apply.

@bagder bagder closed this in c2b3f26 Apr 26, 2016
@bagder
Copy link
Member

bagder commented Apr 26, 2016

Thanks everyone for your help and contributions!

@MarcelRaad MarcelRaad deleted the connect_only_negotiate branch April 27, 2016 02:09
@lock lock bot locked as resolved and limited conversation to collaborators Jan 19, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants