From b12719ff6ab9b393016e28e185dec5b56af975f5 Mon Sep 17 00:00:00 2001 From: rolf-mc <93388249+rolf-mc@users.noreply.github.com> Date: Mon, 9 Jan 2023 05:05:28 -0500 Subject: [PATCH] Update README.md (#16) Updated README.md to reflect that error type responses other than timeouts are cached. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b88aa7e..021af2f 100644 --- a/README.md +++ b/README.md @@ -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 @@ -104,4 +106,4 @@ func main() { ## License ## -See `LICENSE` for details \ No newline at end of file +See `LICENSE` for details