Re: [FFmpeg-devel] http: honor response headers in redirect caching

2022-01-31 Thread Ronald S. Bultje
>> > To: FFmpeg development discussions and patches > > >> > Subject: RE: [FFmpeg-devel] http: honor response headers in redirect >> caching >> > >> > > >> > > >> > > Hi, >> > > >> > > On Mon, Jan 17, 20

Re: [FFmpeg-devel] http: honor response headers in redirect caching

2022-01-31 Thread Ronald S. Bultje
Hi, On Sun, Jan 30, 2022 at 1:15 AM Eran Kornblau wrote: > > > > -Original Message- > > From: Eran Kornblau > > Sent: Wednesday, 19 January 2022 9:14 > > To: FFmpeg development discussions and patches > > Subject: RE: [FFmpeg-devel] http: honor re

Re: [FFmpeg-devel] http: honor response headers in redirect caching

2022-01-18 Thread Ronald S. Bultje
Hi, On Mon, Jan 17, 2022 at 7:10 AM Ronald S. Bultje wrote: > Hi, > > On Tue, Jan 11, 2022 at 9:43 AM Eran Kornblau > wrote: > >> Hi all, >> >> Recently I’ve submitted a patch that adds a config option to disable the >> caching of http redirects. >> We planned this as a workaround to the fact t

Re: [FFmpeg-devel] http: honor response headers in redirect caching

2022-01-17 Thread Ronald S. Bultje
Hi, On Tue, Jan 11, 2022 at 9:43 AM Eran Kornblau wrote: > Hi all, > > Recently I’ve submitted a patch that adds a config option to disable the > caching of http redirects. > We planned this as a workaround to the fact there’s a limit on the > expiration that can be set on S3 pre-signed URLs. >