This is a Mailman mailing list bounce action notice:
List: libssh2-devel
Member: ch3fr0ck3r_at_web.de
Action: Subscription disabled.
Reason: Excessive or fatal bounces.
The triggering bounce notice is attached below.
Questions? Contact the Mailman site administrator at
sitelist_at_lists.sourceforge.net.
attached mail follows:
This message was created automatically by mail delivery software.
A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:
ch3fr0ck3r_at_web.de
SMTP error from remote mail server after RCPT TO:<ch3fr0ck3r_at_web.de>:
host mx-ha01.web.de [217.72.192.149]: 550 <ch3fr0ck3r_at_web.de> Benutzer hat zuviele Mails auf dem Server. / User has too many messages on the server.
------ This is a copy of the message, including all the headers. ------
Return-path: <libssh2-devel-bounces_at_lists.sourceforge.net>
Received: from localhost ([127.0.0.1] helo=sfs-ml-3.v29.ch3.sourceforge.com)
by h25xhf1.ch3.sourceforge.com with esmtp (Exim 4.69)
(envelope-from <libssh2-devel-bounces_at_lists.sourceforge.net>)
id 1Lzwl2-00009W-7M; Fri, 01 May 2009 17:42:44 +0000
Received: from sfi-mx-4.v28.ch3.sourceforge.com ([172.29.28.124]
helo=mx.sourceforge.net)
by h25xhf1.ch3.sourceforge.com with esmtp (Exim 4.69)
(envelope-from <noreply_at_sourceforge.net>) id 1Lzwl0-00009P-SM
for libssh2-devel_at_lists.sourceforge.net; Fri, 01 May 2009 17:42:42 +0000
Received: from [172.29.29.61] (helo=ch3.sourceforge.net)
by 1b2kzd1.ch3.sourceforge.com with esmtps (TLSv1:AES256-SHA:256)
(Exim 4.69) id 1Lzwl0-0001zS-7U; Fri, 01 May 2009 17:42:42 +0000
Received: from www by cdv4jf1.ch3.sourceforge.com with local (Exim 4.69)
(envelope-from <noreply_at_sourceforge.net>)
id 1Lzwl0-00087u-64; Fri, 01 May 2009 17:42:42 +0000
To: noreply_at_sourceforge.net
From: "SourceForge.net" <noreply_at_sourceforge.net>
Subject: [ libssh2-Bugs-2785173 ] channel_read returns LIBSSH2_ERROR_EAGAIN,
no data on socket
Mime-Version: 1.0
X-SourceForge-Tracker-unixname: libssh2
X-SourceForge-Tracker-trackerid: 703942
X-SourceForge-Tracker-itemid: 2785173
X-SourceForge-Tracker-itemstatus: Open
X-SourceForge-Tracker-itemassignee: nobody
X-SourceForge-Tracker-itemupdate-reason: Tracker Item Submitted
X-SourceForge-Tracker-itemupdate-username: nobody
Message-Id: <E1Lzwl0-00087u-64_at_cdv4jf1.ch3.sourceforge.com>
Date: Fri, 01 May 2009 17:42:42 +0000
X-Spam-Score: -0.0 (/)
X-Spam-Report: Spam Filtering performed by mx.sourceforge.net.
See http://spamassassin.org/tag/ for more details.
-1.4 ALL_TRUSTED Passed through trusted hosts only via SMTP
1.4 AWL AWL: From: address is in the auto white-list
X-Headers-End: 1Lzwl0-0001zS-7U
X-BeenThere: libssh2-devel_at_lists.sourceforge.net
X-Mailman-Version: 2.1.9
Precedence: list
Reply-To: libssh2 development <libssh2-devel_at_lists.sourceforge.net>
List-Id: libssh2 development <libssh2-devel.lists.sourceforge.net>
List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/libssh2-devel>,
<mailto:libssh2-devel-request_at_lists.sourceforge.net?subject=unsubscribe>
List-Archive: <http://sourceforge.net/mailarchive/forum.php?forum_name=libssh2-devel>
List-Post: <mailto:libssh2-devel_at_lists.sourceforge.net>
List-Help: <mailto:libssh2-devel-request_at_lists.sourceforge.net?subject=help>
List-Subscribe: <https://lists.sourceforge.net/lists/listinfo/libssh2-devel>,
<mailto:libssh2-devel-request_at_lists.sourceforge.net?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: libssh2-devel-bounces_at_lists.sourceforge.net
Bugs item #2785173, was opened at 2009-05-01 17:42
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=703942&aid=2785173&group_id=125852
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: API
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: channel_read returns LIBSSH2_ERROR_EAGAIN, no data on socket
Initial Comment:
While using libssh2_channel_read_ex(), I found that when the last of the data has been read, the libssh2_channel_read_ex() may return LIBSSH2_ERROR_EAGAIN, but a poll() on the socket times out (eventually). I diagnosed this as packets (channel eof and channel close) in memory, but not processed, so libssh2_channel_eof() remains false. Root caused as a "single shot" call to _libssh2_transport_read() in channel_read(). No call to _libssh2_transport_read() should be made unless the caller continues to call the function until it returns a non-positive value (0 or negative). This will prevent it from leaving unprocessed buffers in memory.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=703942&aid=2785173&group_id=125852
------------------------------------------------------------------------------
Register Now & Save for Velocity, the Web Performance & Operations
Conference from O'Reilly Media. Velocity features a full day of
expert-led, hands-on workshops and two days of sessions from industry
leaders in dedicated Performance & Operations tracks. Use code vel09scf
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
_______________________________________________
libssh2-devel mailing list
libssh2-devel_at_lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libssh2-devel
Received on 2009-05-01