branch: elpa-admin
commit fe8c6125a09188f22674ea2850a0afa63f1aad95
Merge: a062c3fa91 193a075ada
Author: Stefan Monnier <monn...@iro.umontreal.ca>
Commit: Stefan Monnier <monn...@iro.umontreal.ca>

    Merge branch 'elpa-admin' of git+ssh://git.sv.gnu.org/srv/git/emacs/elpa 
into elpa-admin
---
 elpa-admin.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/elpa-admin.el b/elpa-admin.el
index c291c04448..69c3a74592 100644
--- a/elpa-admin.el
+++ b/elpa-admin.el
@@ -2064,9 +2064,9 @@ arbitrary code."
                   (message "Unrecognized timestamp: %s" timestr)
                   timestr))
                (time (encode-time (parse-time-string timestr))))
-          (when (not (member status '("404" "400")))
+          (when (not (member status '("404" "400" "408")))
             (if (not (string-match elpaa--wsl-request-re request))
-                (message "Unrecognized request: %s" request)
+                (message "Unrecognized request (status=%s): %s" status request)
               (let* ((file (match-string 1 request))
                      (pkg (if (string-match
                                (rx bos "/"

Reply via email to