inhabitedtype / faraday

Serialization library built for speed and memory efficiency
Other
134 stars 20 forks source link

[drain] would loop infinitely if no bytes were currently pending. #69

Open dhouse-js opened 3 years ago

dhouse-js commented 3 years ago

This PR fixes this and adds some tests for the [drain] function.

seliopou commented 3 years ago

It might be better just rename this close_and_drain and perform the close at the top of the function.