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
fix: use Header().Add instead of Header() for setting Vary header (#99)
- Modify middleware to add "Vary: Origin" header before applying gzip compression
- Add a new test to verify the "Vary" header is correctly set and gzip compression is applied
- Update handler to use `Header().Add` instead of `Header()` for setting "Vary" header
Signed-off-by: appleboy <[email protected]>
0 commit comments