Skip to content

Commit

Permalink
Update README.md (#16)
Browse files Browse the repository at this point in the history
Updated README.md to reflect that error type responses other than timeouts are cached.
  • Loading branch information
rolf-mc authored Jan 9, 2023
1 parent 2ae131f commit b12719f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ func main() {
}
```

It's worth noting that only timeout related error responses are discarded. 5xx class responses or other errors will be cached as the response.

## Contributing

1. Fork it
Expand All @@ -104,4 +106,4 @@ func main() {

## License ##

See `LICENSE` for details
See `LICENSE` for details

0 comments on commit b12719f

Please sign in to comment.