Skip to content
This repository was archived by the owner on Feb 15, 2022. It is now read-only.
This repository was archived by the owner on Feb 15, 2022. It is now read-only.

Should max-age have = in express? #4

@webuniverseio

Description

@webuniverseio

Whey you use max-age, code that is generated in express shows following:

res.set('Cache-Control', 'max-age 86400');

shouldn't there be = instead of space, like so

res.set('Cache-Control', 'max-age=86400');

Thank you

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions