avformat/http: Don't bail on parsing headers on "bad" HTTP codes
commitfa006246932f600de91ff63ba0a6ef71c2619ca7
authorDerek Buitenhuis <derek.buitenhuis@gmail.com>
Mon, 22 Apr 2024 14:25:41 +0000 (22 15:25 +0100)
committerDerek Buitenhuis <derek.buitenhuis@gmail.com>
Thu, 25 Apr 2024 13:15:08 +0000 (25 14:15 +0100)
treec28980bf509350d2a175bca7f2fc94679f9fef9f
parentb79260550b3da6336eae00f0a81af45c70d8f000
avformat/http: Don't bail on parsing headers on "bad" HTTP codes

Many "bad" HTTP codes like 429 and 503 may include important info in
their headers.

Also, in general, there is no purpose in bailing here.

Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
libavformat/http.c