[bknr-cvs] hans changed trunk/thirdparty/hunchentoot/request.lisp
BKNR Commits
bknr at bknr.net
Sat Jan 22 06:51:03 UTC 2011
Revision: 4638
Author: hans
URL: http://bknr.net/trac/changeset/4638
Observe *catch-errors-p* when invoking start-output.
U trunk/thirdparty/hunchentoot/request.lisp
Modified: trunk/thirdparty/hunchentoot/request.lisp
===================================================================
--- trunk/thirdparty/hunchentoot/request.lisp 2011-01-21 22:31:40 UTC (rev 4637)
+++ trunk/thirdparty/hunchentoot/request.lisp 2011-01-22 06:51:03 UTC (rev 4638)
@@ -234,7 +234,8 @@
;; error occured in request handler
(report-error-to-client error backtrace))
(handler-case
- (start-output body)
+ (with-debugger
+ (start-output body))
(error (e)
;; error occured while writing to the client. attempt to report.
(report-error-to-client e))))))
More information about the Bknr-cvs
mailing list