Skip to content

if-none-match header getting deleted for all requests #7

@sarathsaleem

Description

@sarathsaleem

I got an issue like req.headers['if-none-match'] is deleting from all the request regardless of image.
Seems like request doesn't get filtered by this condition
if (matchQueryString && req.accepts('image/*')

req.accepts('image/*') will accepts text/*, application/json (http://expressjs.com/3x/api.html#req.accepts)

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