icicleio / http

HTTP component for Icicle
MIT License
61 stars 5 forks source link

Fix for ZlibDecoder::send() method #16

Closed nexor closed 8 years ago

nexor commented 8 years ago

Without this fix MemoryStream::send(..., ..., true) will never be called, therefore, stream will never end.

trowski commented 8 years ago

Wonder what I was thinking there...

Manually merged plus I fixed ZlibEncoder::send() that had the same bug. Thanks!