diff options
author | colin <colin@cicadas.surf> | 2024-11-23 08:39:27 -0800 |
---|---|---|
committer | colin <colin@cicadas.surf> | 2024-11-23 08:39:27 -0800 |
commit | bf05012ba5fb6ec1c4918de8208a5a3b04427aa9 (patch) | |
tree | e3f588ae789318e259d78cf0dbc75f55ab00f7de /src/protocol.lisp | |
parent | 0281b662f1153c0ef8cb34c373aa75b5692a515d (diff) |
Better error in route-to
Diffstat (limited to 'src/protocol.lisp')
-rw-r--r-- | src/protocol.lisp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/protocol.lisp b/src/protocol.lisp index cfee809..87d1651 100644 --- a/src/protocol.lisp +++ b/src/protocol.lisp @@ -83,10 +83,6 @@ that the request has insufficient permissions to evoke the endpoint handler. ")) (t (http:abort-request-handler))))) -(defvar *debugging* nil - "If T, conditions signalled during request handling will invoke the - debugger.") - (defmethod http:acceptor-dispatch-request :around ((acceptor http:acceptor) request) (handler-case (call-next-method) (error (err) |