This pull request introduces a new field MaxStaleSet in the RequestCacheDirectives to know if the max-stale directive has been set with no value, like specified in the RFC:
If no value is assigned to max-stale, then the client is willing to accept a stale response of any age.
This pull request introduces a new field
MaxStaleSet
in theRequestCacheDirectives
to know if themax-stale
directive has been set with no value, like specified in the RFC: