Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't fully abide to RFC 7232 #3

Open
raffi-semerciyan opened this issue May 30, 2023 · 0 comments
Open

Doesn't fully abide to RFC 7232 #3

raffi-semerciyan opened this issue May 30, 2023 · 0 comments

Comments

@raffi-semerciyan
Copy link

When using this library with some CDN providers, they would ignore the generated ETAG header due to the fact that the ETAG hash is not surrounded by double quotes as specified by RFC 7232.

Example of what this library is generating:
Etag: 2406314-3c0e9f103ba4e30b32ef737d0f83d8cee85e9fba

Example of what is expected according to RFC 7232:
Etag: "2406314-3c0e9f103ba4e30b32ef737d0f83d8cee85e9fba"

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

No branches or pull requests

1 participant