ninenines / gun

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

Types not exported - dialyzer fails #325

Open johantj opened 6 months ago

johantj commented 6 months ago

The gun_pool module uses the types gun:await_body_result() and gun:await_result(), but they are not exported.

Dialyzer complains about unknown types.