If-Unmodified-Since

It appears from documentation and Googling that nginx supports the
If-Modified-Since header but not the If-Unmodified-Since header; are
there any plans to add support?

Thanks,
Jeff

On Wed, Dec 01, 2010 at 07:56:56PM -0500, Jeff M. wrote:

It appears from documentation and Googling that nginx supports the
If-Modified-Since header but not the If-Unmodified-Since header; are
there any plans to add support?

nginx does not support If-Unmodified-Since.
I believe it’s easy to add it, but are clients which support the header
?


Igor S.
http://sysoev.ru/en/

On 12/02/2010 07:28 AM, Igor S. wrote:

On Wed, Dec 01, 2010 at 07:56:56PM -0500, Jeff M. wrote:

It appears from documentation and Googling that nginx supports the
If-Modified-Since header but not the If-Unmodified-Since header; are
there any plans to add support?

nginx does not support If-Unmodified-Since.
I believe it’s easy to add it, but are clients which support the header ?

I don’t know an exhaustive list, but I do know that cURL supports it,
which means any program using it for downloads (lots) or using libcurl
(lots) support it. urlib4 supports it as well. I believe wget does too.

I would guess most dedicated downloaders/download accelerators also
support it.

Thanks,
Jeff

On Thu, Dec 02, 2010 at 03:28:27PM +0300, Igor S. wrote:

On Wed, Dec 01, 2010 at 07:56:56PM -0500, Jeff M. wrote:

It appears from documentation and Googling that nginx supports the
If-Modified-Since header but not the If-Unmodified-Since header; are
there any plans to add support?

nginx does not support If-Unmodified-Since.
I believe it’s easy to add it, but are clients which support the header ?

The attached patch adds If-Unmodified-Since support.

On 12/2/2010 9:43 AM, Igor S. wrote:

The attached patch adds If-Unmodified-Since support.

Cool!

Any chance we’ll see an official 0.8.54 release with this applied?

Thanks,
Jeff

On Thu, Dec 02, 2010 at 11:52:20AM -0500, Jeff M. wrote:

I believe it’s easy to add it, but are clients which support the header ?

The attached patch adds If-Unmodified-Since support.

Cool!

Any chance we’ll see an official 0.8.54 release with this applied?

It will be in the next 0.9.2, and then probably on December 13 or 20 in
0.8.54.


Igor S.
http://sysoev.ru/en/