mirror of https://github.com/FFmpeg/FFmpeg.git
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>pull/96/head
parent
12630fa821
commit
ffaf2074eb
1 changed files with 3 additions and 0 deletions
Loading…
Reference in new issue