Changes between Initial Version and Version 4 of Ticket #27211
- Timestamp:
- Sep 12, 2016, 11:04:33 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27211
- Property Component Core (Cache system) → HTTP handling
- Property Status new → assigned
-
Ticket #27211 – Description
initial v4 1 1 Most browsers can cache responses with 304 HTTP code. So why not to include such headers to response if necessary. 2 3 '''UPDATE''': 4 According to the [https://tools.ietf.org/html/rfc7232 RFC7232] all "304 Not Modified" responses must include "Cache-Control" and "Expires" headers that would have been sent in a corresponding "200 OK" response. 5 6 See [https://tools.ietf.org/html/rfc7232#section-4.1 Section 4.1 of RFC7232]