On Mon, 22 Apr 2024, Derek Buitenhuis wrote:
This patch set adds support for properly handling HTTP 429 codes,
and their rate limiting, which is widely used and is standardized.
Changes since first set:
* Added AVERROR_HTTP_TOO_MANY_REQUESTS top error_entries in error.c, per
Andreas' review.
* Made respect_retry_after unsigned and use strtoull, per James' review.
* Added docs, as per Stefano's reviews./
* Added a new option to limit the total reconnect delay.
* Unfortunate, but HTTP connection management is messy business.
I had a look over this patchset, and I had a handful of minor comments,
but overall, the patchset seems fine to me. Thanks!
// Martin
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".