From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.emacs.devel Subject: Re: help with URL module needed Date: Mon, 29 Nov 2004 16:42:50 -0500 Message-ID: References: <200411261732.12616.pogonyshev@gmx.net> <200411281638.02083.pogonyshev@gmx.net> <200411290037.39196.pogonyshev@gmx.net> Reply-To: ttn@glug.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1101764679 5576 80.91.229.6 (29 Nov 2004 21:44:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 29 Nov 2004 21:44:39 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 29 22:44:30 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CYtJt-0000Am-00 for ; Mon, 29 Nov 2004 22:44:30 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CYtTJ-0007yP-FS for ged-emacs-devel@m.gmane.org; Mon, 29 Nov 2004 16:54:13 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CYtSh-0007nc-FO for emacs-devel@gnu.org; Mon, 29 Nov 2004 16:53:35 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CYtSg-0007mj-I5 for emacs-devel@gnu.org; Mon, 29 Nov 2004 16:53:34 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CYtSg-0007mH-8c for emacs-devel@gnu.org; Mon, 29 Nov 2004 16:53:34 -0500 Original-Received: from [207.245.121.136] (helo=mail.agora-net.com) by monty-python.gnu.org with esmtp (TLSv1:RC4-SHA:128) (Exim 4.34) id 1CYtIK-0004dE-DD for emacs-devel@gnu.org; Mon, 29 Nov 2004 16:42:52 -0500 Original-Received: from ttn by mail.agora-net.com with local (Exim 4.30) id 1CYtII-0004SF-Iy for emacs-devel@gnu.org; Mon, 29 Nov 2004 16:42:50 -0500 Original-To: emacs-devel@gnu.org In-reply-to: (message from Andreas Schwab on Sun, 28 Nov 2004 23:59:38 +0100) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:30500 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:30500 From: Andreas Schwab Date: Sun, 28 Nov 2004 23:59:38 +0100 Paul Pogonyshev writes: > Unfortunately, this doesn't help here (I recompiled Emacs and > verified that "\r\n" is not appended after POST data anymore.) I > still get ``200 OK'' with invalid password and ``411 Length > Required'' with the valid one. I have no idea why it does not work for you. It does fix the bug for me, using your testcase. pardon me if this is now resolved; my isp (where i read emacs-devel) just switched things around and i suspect i've lost some mail... i think you have to omit CRLF only for POST data w/ content-type application/x-www-form-urlencoded -- in Guile-WWW[1], for example, there is special-case handling for this, while other POST data is handled more or less "normally". ok, that's the extent of my understanding of this wrinkle. thi [1] http://www.glug.org/people/ttn/software/guile-www/ (see file "http.scm")