From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dmta0011.nifty.com (mta-snd00009.nifty.com [106.153.226.41]) by sourceware.org (Postfix) with ESMTPS id B03FE3858D33 for ; Mon, 28 Aug 2023 14:20:29 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org B03FE3858D33 Authentication-Results: sourceware.org; dmarc=fail (p=none dis=none) header.from=nifty.ne.jp Authentication-Results: sourceware.org; spf=fail smtp.mailfrom=nifty.ne.jp Received: from HP-Z230 by dmta0011.nifty.com with ESMTP id <20230828142027616.JEBL.104149.HP-Z230@nifty.com> for ; Mon, 28 Aug 2023 23:20:27 +0900 Date: Mon, 28 Aug 2023 23:20:27 +0900 From: Takashi Yano To: cygwin@cygwin.com Subject: Re: [EXTERNAL] Re: scp stalls on uploading in cygwin 3.5 current master. Message-Id: <20230828232027.0b934a4df82a831c454d5419@nifty.ne.jp> In-Reply-To: References: <20230824060502.c4798062cb19d4d35a5633ae@nifty.ne.jp> <20230824123131.390b4471915c963425c77608@nifty.ne.jp> <20230825174832.9ebae8112667d5d5411cb8db@nifty.ne.jp> <20230826042924.53b49a9f8372a9196a151425@nifty.ne.jp> <20230827084136.3f6ecbfec6aee89508ecb079@nifty.ne.jp> <20230828224651.c16b295ad5cf10381a5fa47d@nifty.ne.jp> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.30; i686-pc-mingw32) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-5.0 required=5.0 tests=BAYES_00,KAM_DMARC_STATUS,NICE_REPLY_A,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Mon, 28 Aug 2023 14:07:44 +0000 "Lavrentiev, Anton (NIH/NLM/NCBI) [C]" wrote: > > For message-oriented sockets, a zero-length transport datagram is sent. > > And how is that acceptable? This will interject a message into some application protocol, > which may not be expected at the application level. Yeah, due to these undesired behaviours, we decided not to adopt this patch. Instead, we reverted the original patch. -- Takashi Yano