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

Derek Buitenhuis derek.buitenhuis at gmail.com
Thu Apr 25 17:23:28 EEST 2024


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(-)

-- 
2.43.0



More information about the ffmpeg-devel mailing list