Re: [FFmpeg-devel] [PATCH] http: make caching of redirect url optional

2021-12-31 Thread Ronald S. Bultje
December 2021 16:07 >> > To: FFmpeg development discussions and patches > > >> > Subject: Re: [FFmpeg-devel] [PATCH] http: make caching of redirect url >> optional >> > >> > Hi, >> > >> > (I was asked to respond since I'm listed as HTT

Re: [FFmpeg-devel] [PATCH] http: make caching of redirect url optional

2021-12-27 Thread Ronald S. Bultje
Hi, On Mon, Dec 27, 2021 at 4:38 AM Eran Kornblau wrote: > > -Original Message- > > From: ffmpeg-devel On Behalf Of > Ronald S. Bultje > > Sent: Sunday, 26 December 2021 16:07 > > To: FFmpeg development discussions and patches > > Subject: Re: [FFmpeg-

Re: [FFmpeg-devel] [PATCH] http: make caching of redirect url optional

2021-12-26 Thread Ronald S. Bultje
Hi, (I was asked to respond since I'm listed as HTTP maintainer, not sure I should be since I'm mostly working on video codecs nowadays.) On Tue, Nov 2, 2021 at 9:00 AM Eran Kornblau wrote: > The motivation for this feature is S3 signatures – currently we have a > problem where S3 signatures ca

Re: [FFmpeg-devel] [PATCH] http: make caching of redirect url optional

2021-11-07 Thread Eran Kornblau
> > On Tue, 2 Nov 2021, Eran Kornblau wrote: > > > Hi all, > > > > The attached patch makes the default behavior of caching HTTP redirects > > optional. > > Is caching a redirected URL allowed per the HTTP spec? If not, then no > caching should take place, or the caching should be optional, an

Re: [FFmpeg-devel] [PATCH] http: make caching of redirect url optional

2021-11-07 Thread Hendrik Leppkes
On Sun, Nov 7, 2021 at 3:33 PM Marton Balint wrote: > > > > On Tue, 2 Nov 2021, Eran Kornblau wrote: > > > Hi all, > > > > The attached patch makes the default behavior of caching HTTP redirects > > optional. > > Is caching a redirected URL allowed per the HTTP spec? If not, then no > caching sho

Re: [FFmpeg-devel] [PATCH] http: make caching of redirect url optional

2021-11-07 Thread Marton Balint
On Tue, 2 Nov 2021, Eran Kornblau wrote: Hi all, The attached patch makes the default behavior of caching HTTP redirects optional. Is caching a redirected URL allowed per the HTTP spec? If not, then no caching should take place, or the caching should be optional, and not the default.