Closed nexor closed 8 years ago
Without this fix MemoryStream::send(..., ..., true) will never be called, therefore, stream will never end.
MemoryStream::send(..., ..., true)
Wonder what I was thinking there...
Manually merged plus I fixed ZlibEncoder::send() that had the same bug. Thanks!
ZlibEncoder::send()
Without this fix
MemoryStream::send(..., ..., true)
will never be called, therefore, stream will never end.