Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

If-Range: detecting Etag (vs Date) #570

Copy link
Copy link

Description

@reschke
Issue body actions

(this text is present in RFC 7233 as well)

"A valid entity-tag can be distinguished from a valid HTTP-date by examining the first two characters for a DQUOTE."

Hm, no. If we want to properly handle weak etags, we either need to inspect three characters (actually position 0 and 2) for DQUOTE, or check pos 0 for DQUOTE or pos 1 for "/".

If we're not interested in weak etags, checking the first character is sufficient.

Reactions are currently unavailable

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

Morty Proxy This is a proxified and sanitized view of the page, visit original site.