You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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/*')
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 acceptstext/*, application/json
(http://expressjs.com/3x/api.html#req.accepts)The text was updated successfully, but these errors were encountered: