From faa5bad9fc194bc6d668c482451a33029661a00f Mon Sep 17 00:00:00 2001 From: leitner Date: Wed, 6 Oct 2010 17:34:52 +0000 Subject: [PATCH] =?UTF-8?q?=20=20fix=20io=5Freceivefd=20so=20the=20incomin?= =?UTF-8?q?g=20buffer=20is=20only=201=20byte;=20io=5Fpassfd=20=20=20=20=20?= =?UTF-8?q?sends=20only=20one=20byte,=20so=20we=20might=20receive=20(and?= =?UTF-8?q?=20discard)=20other=20data=20if=20=20=20=20=20we=20try=20to=20r?= =?UTF-8?q?ead=20more=20(Stefan=20B=C3=BChler,=20from=20the=20lightttpd=20?= =?UTF-8?q?project)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index ae156c9..bf598e4 100644 --- a/CHANGES +++ b/CHANGES @@ -3,6 +3,9 @@ add buffer_tosa (buffer writing to auto-growing stralloc) add iarray support SCTP in addition to TCP + fix io_receivefd so the incoming buffer is only 1 byte; io_passfd + sends only one byte, so we might receive (and discard) other data if + we try to read more (Stefan Bühler, from the lightttpd project) 0.28: add uint64 pack and unpack routines