Debug info in web server

This commit is contained in:
2026-04-12 16:20:05 +02:00
parent 1365ff08f5
commit 7b12f8282f

View File

@@ -246,6 +246,8 @@
(token-in-cache? (not (or (eq? token #f) (token-in-cache? (not (or (eq? token #f)
(eq? (lru-has? sec-cache token) #f)))) (eq? (lru-has? sec-cache token) #f))))
) )
(dbg-webview "token-in-cache: ~a, token ~a, path ~a"
token-in-cache? token path)
(if (and (eq? token-in-cache? #f) (not cache-empty?)) (if (and (eq? token-in-cache? #f) (not cache-empty?))
(response/output (response/output
#:code 401 #:code 401