]> granicus.if.org Git - curl/commit
Improved telnet support by drastically reducing the number of write
authorDan Fandrich <dan@coneharvesters.com>
Wed, 7 Nov 2007 05:52:03 +0000 (05:52 +0000)
committerDan Fandrich <dan@coneharvesters.com>
Wed, 7 Nov 2007 05:52:03 +0000 (05:52 +0000)
commit33f7ac06c3aaecf995360323d6f425e769e6fa79
treec3dc73b2903f2020c482f9808a20579700fd317a
parent70f10f1ac9270d67ceec53f3db5f76af8532c5e0
Improved telnet support by drastically reducing the number of write
callbacks needed to pass a buffer to the user.  Instead one per byte it
is now as little as one per segment.
CHANGES
lib/telnet.c