Call web server exception handlers with the request

So that this can be used when reporting the exception.
This commit is contained in:
Christopher Baines 2025-01-29 16:18:15 +00:00
parent b5cc5fd077
commit c641c19ce4
2 changed files with 7 additions and 5 deletions

View file

@ -44,7 +44,7 @@
(values '((content-type . (text/plain)))
"Hello, World!"))
#:write-response-exception-handler
(lambda (exn)
(lambda (exn request)
(spawn-fiber
(lambda ()
(put-message exception-handled-sucecssfully-channel