From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Nicolas Petton Newsgroups: gmane.emacs.devel Subject: url-retrieve & Emacs 25.2 Date: Tue, 15 Aug 2017 22:55:35 +0200 Message-ID: <87a830im9k.fsf@petton.fr> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Trace: blaine.gmane.org 1502830557 28362 195.159.176.226 (15 Aug 2017 20:55:57 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 15 Aug 2017 20:55:57 +0000 (UTC) To: Emacs Devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Aug 15 22:55:53 2017 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dhisO-0006t3-UU for ged-emacs-devel@m.gmane.org; Tue, 15 Aug 2017 22:55:49 +0200 Original-Received: from localhost ([::1]:38464 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dhisU-0007kX-Uw for ged-emacs-devel@m.gmane.org; Tue, 15 Aug 2017 16:55:54 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49092) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dhisM-0007jK-MP for emacs-devel@gnu.org; Tue, 15 Aug 2017 16:55:47 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dhisJ-0004iy-35 for emacs-devel@gnu.org; Tue, 15 Aug 2017 16:55:46 -0400 Original-Received: from petton.fr ([89.234.186.68]:44994) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dhisI-0004ct-OM for emacs-devel@gnu.org; Tue, 15 Aug 2017 16:55:43 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=petton.fr; s=mail; t=1502830539; bh=xI06s62QojYjjEcxEcNgKlsFl4mUNrD1QFXFA/S/iXM=; h=From:To:Subject:Date:Message-ID:MIME-Version:Content-Type; b=L78tX/hxSWS95Zyo8PhJHjOc5vJpOdUO7KHe5PI44DlprbUI5F+LQXxB1e3H27fLWP9dK1Lfc6JTiMx1s4mZwMf2/mtz2QhzvfRJPF2kD6TYbqfTHMvZPtJBOShwhjWCKgmR5YekxOXdhUv/Aeemf6bQ1I0QwBGkPF6FcBC9f40= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 89.234.186.68 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:217580 Archived-At: --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Hi, I'm facing a weird issue with Emacs 25.2: With a local http server listening on 127.0.0.1:PORT, `url-retrieve' fails to open connections on "http://localhost:PORT" with the following error: (:error (error connection-failed failed with code 111 :host localhost :service 3000)) However, connections to "http://127.0.0.1:PORT" work fine. I cannot reproduce the problem on master where connections to localhost work fine (curl and browser connections also work fine).=20 I tried to find which commit could have fixed the problem, but couldn't. Does anyone know what was the issue and what fixed it? Nico --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEKNO+2FH986tX/vk8IzWHpHwgeRAFAlmTX8cACgkQIzWHpHwg eRCsvQgAjI4Xs9WjOF21YMlahDPz91ayQezBL4xHXCj3oYM4Ixk8kqUvAjnm5BEb dOHgXSPCk53C31wOuInvHDlLfw0flPBPfCe0Z8M3lVwEDyM5EJkstYjrvBQ7iQ4G Gguecs1cSDr5/frgAhPCmdRKd8e/pJSvxf8/hOB5wZQpU79kDBxMJr621mV7aC/A 5XBODnbFJaHULhWr2LIvzj9pZKhmeXOmbSdMVnb4vl2lI8xYxpTZQ8F16Sa13oS1 eN4yKWT7WGDP2+yidMQ315gFrl7OJpDZr7NqOtLROH4ftJwfpeQ+NePCCgAvXb2i HCxBZzgCY4Zgc5aTxcEFIfZI8Y3wPA== =IHg1 -----END PGP SIGNATURE----- --=-=-=--