Call web server exception handlers with the request
So that this can be used when reporting the exception.
This commit is contained in:
parent
b5cc5fd077
commit
c641c19ce4
2 changed files with 7 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue