ninenines / gun

HTTP/1.1, HTTP/2, Websocket client (and more) for Erlang/OTP.
ISC License
891 stars 232 forks source link

Fix flushing by stream reference #274

Closed Yozhig closed 2 years ago

Yozhig commented 2 years ago

I've tried to figure out why dialyzer is silent about this after adding specs, so fixed few specs for other functions as well.

Fixes ninenines/gun#273

essen commented 2 years ago

Thanks! I have removed some of the changes (keeping things minimal for now with regard to Dialyzer) and merged.