Icecast.Adapter.Hackney (icecast v1.0.0)

Copy Markdown View Source

Hackney adapter

Default options

[
    follow_redirect: false,
    max_redirects: 5,
    pool: false
]

About pooling

With hackney 4.x pooling does not offer any advantages for this library because we don't drain the whole body to read the metadata. However pool: trueis supported.