Skip to content

Output-caching should support ETags #40226

@sebastienros

Description

@sebastienros

When configured, an eTag header will be generated. If the "If-None-Match" header is defined, a 304 response is returned.
When not configured, eTag values are not generated, and the "If-None-Match" header is ignored.
eTag might be generated on further requests only, to optimize for the first response (pass-through response writing without bufferization).

Metadata

Metadata

Assignees

Labels

area-middlewareIncludes: URL rewrite, redirect, response cache/compression, session, and other general middlewaresfeature-output-caching

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions