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
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-
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
>
> 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
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
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.