benoitc / hackney

simple HTTP client in Erlang
Other
1.34k stars 427 forks source link

Clarify that socket pools are used by default #645

Closed legoscia closed 4 years ago

legoscia commented 4 years ago

Since specifying {pool, default} is redundant, change the example to show how to use a different pool.

Closes #507.