From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.bugs Subject: bug#10: url-gw should support HTTP CONNECT proxies Date: Thu, 07 Jul 2011 19:53:23 +0200 Message-ID: <87tyaykmek.fsf@gmx.de> References: <87zltuz7eh.fsf@freemail.hu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1310065764 22336 80.91.229.12 (7 Jul 2011 19:09:24 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 7 Jul 2011 19:09:24 +0000 (UTC) Cc: 10@debbugs.gnu.org To: Magnus Henoch Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Jul 07 21:09:20 2011 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Qetwq-0003rE-LC for geb-bug-gnu-emacs@m.gmane.org; Thu, 07 Jul 2011 21:09:16 +0200 Original-Received: from localhost ([::1]:34059 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qetwp-0005cb-1m for geb-bug-gnu-emacs@m.gmane.org; Thu, 07 Jul 2011 15:09:15 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:42515) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qesm5-0001CQ-RZ for bug-gnu-emacs@gnu.org; Thu, 07 Jul 2011 13:54:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qesm4-0003Ig-5r for bug-gnu-emacs@gnu.org; Thu, 07 Jul 2011 13:54:05 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:46986) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qesm3-0003Ic-P5 for bug-gnu-emacs@gnu.org; Thu, 07 Jul 2011 13:54:03 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1Qesm2-0000O5-16; Thu, 07 Jul 2011 13:54:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Michael Albinus Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org, Magnus Henoch Resent-Date: Thu, 07 Jul 2011 17:54:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 10 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 10-submit@debbugs.gnu.org id=B10.13100612181438 (code B ref 10); Thu, 07 Jul 2011 17:54:01 +0000 Original-Received: (at 10) by debbugs.gnu.org; 7 Jul 2011 17:53:38 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Qesld-0000N9-BB for submit@debbugs.gnu.org; Thu, 07 Jul 2011 13:53:37 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.23]) by debbugs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1Qesla-0000Mv-AD for 10@debbugs.gnu.org; Thu, 07 Jul 2011 13:53:35 -0400 Original-Received: (qmail invoked by alias); 07 Jul 2011 17:53:27 -0000 Original-Received: from p57BB9A05.dip0.t-ipconnect.de (EHLO detlef.gmx.de) [87.187.154.5] by mail.gmx.net (mp011) with SMTP; 07 Jul 2011 19:53:27 +0200 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX19qZsFwopBq7pywQE7ihNbrdf40ogW1Su84VuuHQu uFl80qFC1oZxix In-Reply-To: <87zltuz7eh.fsf@freemail.hu> (Magnus Henoch's message of "Thu, 21 Feb 2008 15:55:02 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-Y-GMX-Trusted: 0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Thu, 07 Jul 2011 13:54:02 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:48195 Archived-At: Magnus Henoch writes: Hi Magnus, > url-open-stream can choose among a few proxies (socks5, telnet, > rlogin). It would be nice if it would also support HTTP proxies using > the CONNECT method. > > url-http contains a mention of the CONNECT header, but as far as I can > see it never did anything useful. Using url-http carries lots of > implications that are only valid when using HTTP for data transport. > Therefore I think that implementing a proxy client in url-gw is the > correct way to do it. > > I intend to work on this. What is the status of your work? Tramp supports CONNECT tunneling for years. Maybe we shall move this implementation to url-gw.el? Of course, for Emacs 24.2 only. > Magnus Best regards, Michael.