From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Paul Pogonyshev Newsgroups: gmane.emacs.devel Subject: Re: help with URL module needed Date: Mon, 29 Nov 2004 01:12:21 +0200 Message-ID: <200411290112.21934.pogonyshev@gmx.net> References: <200411261732.12616.pogonyshev@gmx.net> <200411290037.39196.pogonyshev@gmx.net> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1251" Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1101683482 26149 80.91.229.6 (28 Nov 2004 23:11:22 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 28 Nov 2004 23:11:22 +0000 (UTC) Cc: Masatake YAMATO , Thien-Thi Nguyen , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 29 00:11:17 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 1CYYCK-0006rf-00 for ; Mon, 29 Nov 2004 00:11:16 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CYYLh-0007AD-MZ for ged-emacs-devel@m.gmane.org; Sun, 28 Nov 2004 18:20:57 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CYYKJ-0006hi-Un for emacs-devel@gnu.org; Sun, 28 Nov 2004 18:19:32 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CYYKJ-0006hR-Bx for emacs-devel@gnu.org; Sun, 28 Nov 2004 18:19:31 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CYYKJ-0006hO-9f for emacs-devel@gnu.org; Sun, 28 Nov 2004 18:19:31 -0500 Original-Received: from [213.165.64.20] (helo=mail.gmx.net) by monty-python.gnu.org with smtp (Exim 4.34) id 1CYYAh-00075h-N5 for emacs-devel@gnu.org; Sun, 28 Nov 2004 18:09:36 -0500 Original-Received: (qmail 15541 invoked by uid 65534); 28 Nov 2004 23:09:33 -0000 Original-Received: from unknown (EHLO localhost.localdomain) (195.50.12.120) by mail.gmx.net (mp002) with SMTP; 29 Nov 2004 00:09:33 +0100 X-Authenticated: #16844820 Original-To: Andreas Schwab User-Agent: KMail/1.4.3 In-Reply-To: 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:30465 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:30465 Andreas Schwab wrote: > Paul Pogonyshev writes: > > Unfortunately, this doesn't help here (I recompiled Emacs and verifie= d > > 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 m= e, > using your testcase. That's bad :( Can you maybe help me indirectly? Do you know how I could catch a reques= t that is sent by one of the browsers? (I have Konqueror, Mozilla and Lynx here, but all quite old.) Maybe there is a generic way to log everything sent by HTTP? Then I would be able to compare working and non-working requests... Paul