Re: [PATCH] MINOR: cache: Add "Age" header.

2018-10-28 Thread Willy Tarreau
On Fri, Oct 26, 2018 at 03:05:12PM +0200, Frederic Lecaille wrote: > On 10/26/2018 02:52 PM, Frederic Lecaille wrote: > > Hello, > > > > Here is a patch to handle the "Age" header for the cache. > > Everything is in the commit log. > > Here is a better patch with this diff between this latter

Re: [PATCH] MINOR: cache: Add "Age" header.

2018-10-26 Thread Frederic Lecaille
00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20L=C3=A9caille?= Date: Fri, 26 Oct 2018 14:29:22 +0200 Subject: [PATCH] MINOR: cache: Add "Age" header. This patch makes the cache capable of adding an "Age" header as defined by rfc7234. During the storage of new HTTP obje

[PATCH] MINOR: cache: Add "Age" header.

2018-10-26 Thread Frederic Lecaille
bject: [PATCH] MINOR: cache: Add "Age" header. This patch makes the cache capable of adding an "Age" header as defined by rfc7234. During the storage of new HTTP objects we memorize ->eoh value and the value of the "Age" header coming from the origin server.