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:
parent
d2aae4864c
commit
faa5bad9fc
3
CHANGES
3
CHANGES
@ -3,6 +3,9 @@
|
|||||||
add buffer_tosa (buffer writing to auto-growing stralloc)
|
add buffer_tosa (buffer writing to auto-growing stralloc)
|
||||||
add iarray
|
add iarray
|
||||||
support SCTP in addition to TCP
|
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:
|
0.28:
|
||||||
add uint64 pack and unpack routines
|
add uint64 pack and unpack routines
|
||||||
|
Loading…
x
Reference in New Issue
Block a user