Skip to content

Doesn't fully abide to RFC 7232 #3

@raffi-semerciyan

Description

@raffi-semerciyan

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"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions