From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Connection drops data if it sent too quickly Date: Thu, 06 Feb 2003 10:40:20 -0500 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <84lm0x85j6.fsf@lucy.is.informatik.uni-duisburg.de> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1044546199 13938 80.91.224.249 (6 Feb 2003 15:43:19 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 6 Feb 2003 15:43:19 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18goBH-0003cP-00 for ; Thu, 06 Feb 2003 16:43:15 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18goKO-00006K-00 for ; Thu, 06 Feb 2003 16:52:41 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18goBF-0007ji-03 for emacs-devel@quimby.gnus.org; Thu, 06 Feb 2003 10:43:13 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18goAd-0007Ev-00 for emacs-devel@gnu.org; Thu, 06 Feb 2003 10:42:35 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18goAL-0006qm-00 for emacs-devel@gnu.org; Thu, 06 Feb 2003 10:42:18 -0500 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18go8b-0005eA-00 for emacs-devel@gnu.org; Thu, 06 Feb 2003 10:40:29 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.10) id 18go8S-0006mj-00; Thu, 06 Feb 2003 10:40:20 -0500 Original-To: Michael Albinus In-reply-to: (message from Michael Albinus on 05 Feb 2003 16:24:00 +0100) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:11420 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:11420 I've written some few lines which reproduce the problem under HP-UX with all Emacsen available for me (20.7, 21.2, 21.2.93): Maybe this is a bug in HPUX. If so, it would be nice to have code inside process-send-string to work around the bug. It could be under a HPUX conditional. But someone would have to write the code.