From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mark H Weaver Newsgroups: gmane.lisp.guile.devel Subject: Re: [PATCH]: correctly call build-request Date: Tue, 10 Sep 2013 01:47:41 -0400 Message-ID: <87ioy9ns76.fsf@tines.lan> References: <521CB471.8060505@gmx.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1378792096 26606 80.91.229.3 (10 Sep 2013 05:48:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 10 Sep 2013 05:48:16 +0000 (UTC) Cc: guile-devel@gnu.org To: Alexandru Cojocaru Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Tue Sep 10 07:48:18 2013 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VJGoE-0000Sb-0X for guile-devel@m.gmane.org; Tue, 10 Sep 2013 07:48:18 +0200 Original-Received: from localhost ([::1]:54993 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VJGoD-0005is-II for guile-devel@m.gmane.org; Tue, 10 Sep 2013 01:48:17 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40353) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VJGny-0005c5-Ak for guile-devel@gnu.org; Tue, 10 Sep 2013 01:48:13 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VJGnr-0002Kx-9Z for guile-devel@gnu.org; Tue, 10 Sep 2013 01:48:02 -0400 Original-Received: from world.peace.net ([96.39.62.75]:56912) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VJGnr-0002Jr-2P for guile-devel@gnu.org; Tue, 10 Sep 2013 01:47:55 -0400 Original-Received: from 209-6-91-212.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com ([209.6.91.212] helo=tines.lan) by world.peace.net with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1VJGnl-0005ul-6x; Tue, 10 Sep 2013 01:47:49 -0400 In-Reply-To: <521CB471.8060505@gmx.com> (Alexandru Cojocaru's message of "Tue, 27 Aug 2013 16:15:13 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 96.39.62.75 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:16622 Archived-At: Alexandru Cojocaru writes: > http-post currently sends a GET method instead of POST, I tracked down > the problem > to extend-request. I pushed the first hunk of your patch to stable-2.0. Thanks! Mark