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-2069047 ] Proxy connection close during auth not handled by multi

From: SourceForge.net <noreply_at_sourceforge.net>
Date: Sat, 23 Aug 2008 05:21:20 +0000

Bugs item #2069047, was opened at 2008-08-22 22:21
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=2069047&group_id=976

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: https
Group: wrong behaviour
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Constantine Sapuntzakis (csapuntz)
Assigned to: Daniel Stenberg (bagder)
Summary: Proxy connection close during auth not handled by multi

Initial Comment:
When doing a CONNECT request through a ISA Server 2006
proxy that requires authentication, the ISA proxy returns Connection:Close on the initial connection along with the authentication header.

curl_easy path handles this correctly by opening a new connection to the proxy and redoing the handshake with the chosen auth protocol.

curl_multi is missing this logic in the state machine.

The patch below adds that logic to the state machine.

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

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100976&aid=2069047&group_id=976
Received on 2008-08-23

These mail archives are generated by hypermail.

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

File upload with ASP.NET