From 1324a8415ec2410dc98ab0f642248deeca4811ed Mon Sep 17 00:00:00 2001 From: Nick Levine Date: Fri, 30 Sep 2016 11:59:49 +0200 Subject: [PATCH] Handle 5xx responses with empty bodies, and implement exponential backoff --- doc/index.html | 91 +++++++++++++++++++++++++++++++++++--- errors.lisp | 11 +++-- interface.lisp | 118 ++++++++++++++++++++++++++++++++----------------- lifecycle.lisp | 23 ++++++---- package.lisp | 2 + response.lisp | 26 +++++++++-- 6 files changed, 211 insertions(+), 60 deletions(-) diff --git a/doc/index.html b/doc/index.html index 1f375cf..82e8cf8 100644 --- a/doc/index.html +++ b/doc/index.html @@ -31,6 +31,7 @@

Contents

  • The ZS3 Dictionary