Subject: libssh2 master 7c13963... _libssh2_channel_write() only sends the 32K first bytes

libssh2 master 7c13963... _libssh2_channel_write() only sends the 32K first bytes

From: <libssh2_at_git.stuge.se>
Date: 30 Aug 2009 21:53:20 -0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "C library for writing portable SSH2 clients".

The branch, master has been updated
       via 7c139633a1f4ebc83c3991330aefe15da1652d4d (commit)
       via 692401633accaeabdae0ebcfacec8e93ed557f97 (commit)
      from 5bb1fb5cbc464f90f6e359de9b4548d8cb37fce1 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 7c139633a1f4ebc83c3991330aefe15da1652d4d
Author: Daniel Stenberg <daniel_at_haxx.se>
Date: Sun Aug 30 23:52:11 2009 +0200

    _libssh2_channel_write() only sends the 32K first bytes
    
    In theory we could split larger buffers into several smaller
    packets to pass to transport_write(), but for now we instead only
    deal with the first 32K in this call and assume the app will call
    this function again with the rest! The 32K size is a
    conservative limit based on the text in RFC4253 section 6.1.

commit 692401633accaeabdae0ebcfacec8e93ed557f97
Author: Daniel Stenberg <daniel_at_haxx.se>
Date: Sun Aug 30 19:46:42 2009 +0200

    document _libssh2_channel_write's return code

-----------------------------------------------------------------------

Summary of changes:
 src/channel.c | 11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

hooks/post-receive

-- 
C library for writing portable SSH2 clients
_______________________________________________
libssh2-changes mailing list
libssh2-changes_at_cool.haxx.se
http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-changes
Received on 2009-08-30