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(multiple): october 2024 wave
* feat(middleware): serve stale content if not strict
* fix(ci): mod
* feat(deps): bump storages version
* fix(chore): stale-if-error
* feat(global): implement simplefs storage & add missing cdn props support
* fix(deny-request): text/event-stream drop closes#562
* feat(caddy): allow to configure TLSConfig in Caddyfile
* fix(api): delete by regexp
* bump(deps): use storages core v0.0.11
* fix(traefik): resolves#558, full rewrite to match the actual cache behavior. Yaegi sucks!
* fix(chore): bypass on some cases
t.Errorf("The max-stale validation should return nil instead of the response with the given parameters:\nRequestCacheDirectives: %+v\nResponse: %+v\n", coWithoutMaxStale, expiredMaxAge)
t.Errorf("The max-stale validation should return the response instead of nil with the given parameters:\nRequestCacheDirectives: %+v\nResponse: %+v\n", coWithoutMaxStale, validMaxAge)
t.Errorf("The max-stale validation should return nil instead of the response with the given parameters:\nRequestCacheDirectives: %+v\nResponse: %+v\n", coWithMaxStale, expiredMaxAge)
t.Errorf("The max-stale validation should return the response instead of nil with the given parameters:\nRequestCacheDirectives: %+v\nResponse: %+v\n", coWithMaxStaleSet, expiredMaxAge)
t.Errorf("The max-stale validation should return the response instead of nil with the given parameters:\nRequestCacheDirectives: %+v\nResponse: %+v\n", coWithMaxStale, expiredMaxAge)
0 commit comments