Fix Request-Line in https over proxy
authorDan Winship <danw@gnome.org>
Fri, 6 Nov 2009 17:52:14 +0000 (12:52 -0500)
committerDan Winship <danw@gnome.org>
Sat, 21 Nov 2009 23:06:30 +0000 (18:06 -0500)
commitd45a4b19a00c76ccbcf9b114a9185067402dc14d
tree48c8abf011be63ff68f0c85d72e9d56cab87c880
parent3d33dfd16166e302bb77ba98559a6acdf456d8a5
Fix Request-Line in https over proxy

Previously it was continuing to send a full URI rather than only a path
in the Request-Line after completing the CONNECT, which confused some
(broken) servers.

https://bugzilla.gnome.org/show_bug.cgi?id=598277
https://bugzilla.gnome.org/show_bug.cgi?id=600826
libsoup/soup-session.c