Re: svn commit: r249431 - head/lib/libfetch

2013-04-12 Thread Dag-Erling Smørgrav
Baptiste Daroussin writes: > I don't see any MFC period here :), does that mean you don't plan to > MFC it? No, just that I forgot to mark it. DES -- Dag-Erling Smørgrav - d...@des.no ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/

Re: svn commit: r249431 - head/lib/libfetch

2013-04-12 Thread Baptiste Daroussin
On Fri, Apr 12, 2013 at 10:05:15PM +, Dag-Erling Smørgrav wrote: > Author: des > Date: Fri Apr 12 22:05:15 2013 > New Revision: 249431 > URL: http://svnweb.freebsd.org/changeset/base/249431 > > Log: > Use the CONNECT method to proxy HTTPS connections through HTTP proxies. > > PR: