Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.5.0-beta5
-
None
Description
Currently the DefaultRequestPipeline will attempt to complete requests for data that is already in the httpResponses cache but which is stale. There is an opportunity here to set If-Modified-Since and If-None-Match headers on the outbound request (i.e. to trigger a conditional get) and to handle a 304 Not Modified response.