Skip to content

Fix ETag wording in docs/index.md#18

Merged
ronaldvdmeer merged 2 commits intomainfrom
docs/fix-etag-wording
Mar 29, 2026
Merged

Fix ETag wording in docs/index.md#18
ronaldvdmeer merged 2 commits intomainfrom
docs/fix-etag-wording

Conversation

@ronaldvdmeer
Copy link
Copy Markdown
Owner

Addresses the Copilot review comment on #14.

ETag is a response header sent by the server; the client sends If-None-Match. The previous wording ('sends If-None-Match / ETag headers') implied ETag was a request header.

Changed to: 'sends If-None-Match with the cached ETag so unchanged responses return HTTP 304'

ETag is a response header sent by the server; the client sends
If-None-Match. Rephrased to: 'sends If-None-Match with the cached ETag'
to avoid implying ETag is a request header.

Addresses Copilot review comment on #14.
Copilot AI review requested due to automatic review settings March 29, 2026 23:35
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the docs landing page to correctly describe ETag-based caching behavior, clarifying that the client sends If-None-Match using a cached ETag (and that ETag itself is a response header).

Changes:

  • Reworded the “Two-layer caching” bullet to avoid implying ETag is a request header.
  • Clarified the 304 (“Not Modified”) behavior when the cached ETag matches.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@ronaldvdmeer ronaldvdmeer merged commit a957cf1 into main Mar 29, 2026
6 checks passed
@ronaldvdmeer ronaldvdmeer deleted the docs/fix-etag-wording branch March 29, 2026 23:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants