Bugs item #3493129, was opened at 2012-02-24 05:50
Message generated for change (Tracker Item Submitted) made by
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: Open
Resolution: None
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
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100976&aid=3493129&group_id=976
Received on 2012-02-24