diff options
author | Brandon Lees <brandon@n-hega.com> | 2014-11-14 18:05:44 -0500 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-11-15 14:30:32 +0100 |
commit | ffaf2074ebbca70bdd02819f383710b34d168e31 (patch) | |
tree | a1c059583a7d1020cb3857aef6240bb49dbad3b3 /common.mak | |
parent | 12630fa821ea4b0daddf768eeb29103774e34033 (diff) | |
download | ffmpeg-ffaf2074ebbca70bdd02819f383710b34d168e31.tar.gz |
Fix the timeout option not working when connecting to a HTTP url that requires authentication.
In http_open_cnx, the patch restores the AVDictionary if connection needs to be re-tried
because of a authentication/redirect status code.
Previously, if a 401/407/30x status code was encountered, http_open_cnx would restart at the redo label, but any options
used by the underlying protocol would be missing because they were removed by the first attempt.
Signed-off-by: Brandon Lees <brandon@n-hega.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'common.mak')
0 files changed, 0 insertions, 0 deletions