Scogun / ktor-simple-cache

Apache License 2.0
17 stars 1 forks source link

Do not cache bad responses #6

Closed Scogun closed 11 months ago

Scogun commented 11 months ago

Current situation

Right now, even if first processed response was unsuccessful - it will be cached.

Requirement

Only successful responses (which have status less than 400) should be cached.