On Sun, Nov 7, 2021 at 3:33 PM Marton Balint <c...@passwd.hu> 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 should take place, or the caching should be optional, and not the
> default.
>
> Thanks,
> Marton

A 302 redirect can be cached, but it should respect caching headers in
the response. If we don't do that to timeout the cache, we probably
shouldn't be caching them, especially when some tasks can refer to
hours-old information.

- Hendrik
_______________________________________________
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".

Reply via email to