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)
This commit is contained in:
Felix von Leitner 2010-10-06 17:34:52 +00:00
parent 0305cf80fb
commit 100ac91c79
1 changed files with 3 additions and 0 deletions

View File

@ -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