-
-
Notifications
You must be signed in to change notification settings - Fork 16.7k
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
Disabling etag after express.configure doesn't work #2317
Comments
Yes, it does work. The utils function doesn't do any setting; it in fact returns There are tests that show it works and I tried it out and it worked just fine. So far it seems like you are just coming to a conclusion from reading the code, rather than reporting an actual bug (remember, |
I can assure you it's not from just reading the code. Here is our debug log:
So you can see etag is first enabled, than disabled. But when we now access any routes, I'm still getting an etag header. |
OK. Can you please provide me code that demonstrates the issue? |
I've moved the
And still seeing etags. I'll see if I can put together an app. |
Yes, but what is sending the response with the ETags? Are they from |
Found it, needed to add |
The dynamic routes had etag disabled earlier. Sorry for the spam, and thanks! |
The function in utils doesn't unset upon false.
The text was updated successfully, but these errors were encountered: