Skip to content
Snippets Groups Projects
Commit 70c9d400 authored by Andrey Utkin's avatar Andrey Utkin Committed by Michael Niedermayer
Browse files

avformat/http: pass return code from http_open_cnx_internal() on its failure


Previously, AVERROR(EIO) was returned on failure of
http_open_cnx_internal(). Now the value is passed to upper level, thus
it is possible to distinguish ECONNREFUSED, ETIMEDOUT, ENETUNREACH etc.

Signed-off-by: default avatarMichael Niedermayer <michaelni@gmx.at>
parent 5ea0753a
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment