ninenines / gun

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

Replace non-existant types #201

Closed bblaszkow06 closed 4 years ago

bblaszkow06 commented 5 years ago

There is no such type as ssl:connect_option I've replaced it with ssl:tls_client_option. You can check this for reference.

This fixes unknown type warning from dialyzer.

essen commented 4 years ago

Thanks I've fixed it in a few more places and in the documentation. It'll be pushed later today.