litespeedtech / openlitespeed

Our high-performance, lightweight, open source HTTP server
https://openlitespeed.org
GNU General Public License v3.0
1.15k stars 188 forks source link

Cache-Control support for stale content missing #125

Open Toflar opened 5 years ago

Toflar commented 5 years ago

As far as I could see the cache module currently lacks support for the stale-if-error and stale-while-revalidate Cache-Control header directives.

For more information, check the respective RFC: https://tools.ietf.org/html/rfc5861

litespeedtech commented 5 years ago

I will read the RFC and will discuss to add to support or not recently. Thank you Toflar. David