[FFmpeg-devel] [PATCH v3 0/2] HTTP Retry-After Support

Martin Storsjö martin at martin.st
Thu Apr 25 23:22:58 EEST 2024


On Thu, 25 Apr 2024, Derek Buitenhuis wrote:

> Changes since last set:
>  * Updated commit message with RFC references.
>  * Properly support Retry-After as both a date and integer number of seconds.
>
> I have tested this against both an HTTP-Date and seconds, and confirmed
> it to work.
>
> Derek Buitenhuis (2):
>  avformat/http: Rename parse_set_cookie_expiry_time to parse_http_date
>  avformat/http: Add support for Retry-After header
>
> doc/protocols.texi    |  5 ++++
> libavformat/http.c    | 62 ++++++++++++++++++++++++++++++-------------
> libavformat/version.h |  2 +-
> 3 files changed, 49 insertions(+), 20 deletions(-)

Thanks, these patches LGTM.

// Martin



More information about the ffmpeg-devel mailing list