cURL
Haxx ad
libcurl

curl's project page on SourceForge.net

Sponsors:
Haxx

cURL > Mailing List > Monthly Index > Single Mail

curl-tracker Archives

[ curl-Bugs-3493129 ] An update of case 3491697

From: SourceForge.net <noreply_at_sourceforge.net>
Date: Fri, 24 Feb 2012 14:38:43 -0800

Bugs item #3493129, was opened at 2012-02-24 05:50
Message generated for change (Comment added) made by bagder
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100976&aid=3493129&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: bad behaviour
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: https://www.google.com/accounts ()
Assigned to: Daniel Stenberg (bagder)
Summary: An update of case 3491697

Initial Comment:
Hi,

About the ipv6 and proxy case.
Thanks for your information.,
I have test with the patch from the case ID: 3482093.
And I found there is still one more place need to be modified.

lib/http_proxy.c
Around line 147 ~ 153

Original:
          Curl_add_bufferf(req_buffer,
                      "CONNECT %s:%hu HTTP/%s\r\n"
          ....
          hostname, ....

New:
          Curl_add_bufferf(req_buffer,
                      "CONNECT %s%s%s:%hu HTTP/%s\r\n"
          ....
          conn->bits.ipv6_ip?"[":"", hostname, conn->bits.ipv6_ip?"]":"", ........

Just as the changing on line 124.

My https query returns 200 after this change.
Please check this, thanks.

Regards,
Blacat

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

Comment By: Daniel Stenberg (bagder)
Date: 2012-02-24 14:38

Message:
Thanks for the report, this problem is now fixed in the git repository.

To try it out, you either checkout/update your git clone:
http://curl.haxx.se/source.html

or you try tomorrow's daily snapshot: http://curl.haxx.se/snapshots/

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

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100976&aid=3493129&group_id=976
Received on 2012-02-24

These mail archives are generated by hypermail.

donate! Page updated January 05, 2012.
web site info

File upload with ASP.NET