cURL
Haxx ad
libcurl

curl's project page on SourceForge.net

Sponsors:
Haxx

cURL > Mailing List > Monthly Index > Single Mail

curl-tracker mailing list Archives

[ curl-Bugs-1200661 ] Wro, g proxy authentication method after reconnect

From: SourceForge.net <noreply_at_sourceforge.net>
Date: Thu, 12 May 2005 06:39:42 -0700

Bugs item #1200661, was opened at 2005-05-12 06:39
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100976&aid=1200661&group_id=976

Category: libcurl
Group: wrong behaviour
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Daniel Stenberg (bagder)
Summary: Wro,g proxy authentication method after reconnect

Initial Comment:
I use libcurl 7.13.2 via a proxy using NTLM method for
proxy authentication, and no server authentication.

The first connection is OK, but when having to reconnect
within the same thread, libcurl switches to Basic
method for proxy authentication.

I found the reason in function Curl_disconnect, file url.c

    data->state.authproxy.picked =
      data->state.authhost.want;

It works after being replaced by :
    data->state.authproxy.picked =
      data->state.authproxy.want;

----------------------------------------------------------------------

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100976&aid=1200661&group_id=976
_______________________________________________
http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-tracker
Received on 2005-05-12

These mail archives are generated by hypermail.

donate! Page updated November 12, 2010.
web site info

File upload with ASP.NET