From 182f0d882ab121d6c954618a2e12541524b8ec78 Mon Sep 17 00:00:00 2001 From: Hans Huebner Date: Sun, 7 Sep 2014 09:49:28 +0200 Subject: [PATCH] remove unneeded DETACH-SOCKET condition --- conditions.lisp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/conditions.lisp b/conditions.lisp index e51a95a..4008d74 100644 --- a/conditions.lisp +++ b/conditions.lisp @@ -32,13 +32,6 @@ () (:documentation "Superclass for all conditions related to Hunchentoot.")) -(define-condition detach-socket (hunchentoot-condition) - () - (:documentation "When this condition is signalled, - PROCESS-CONNECTION detaches from the connection socket after - processing the current request, leaving it up to other software to - deal with.")) - (define-condition hunchentoot-error (hunchentoot-condition error) () (:documentation "Superclass for all errors related to Hunchentoot.")) -- 2.11.4.GIT