Fixed a small typo in the http-server/0.9 error handler introduced by

last commit.
This commit is contained in:
2001-02-07 14:10:30 +00:00
parent f29dd3319e
commit e265243a53

View File

@ -190,7 +190,7 @@ Server Response-Header."))
(ignore-errors
(let ((response
(make-instance
(get-error-response-using-server server connection condition)
(get-error-response-class-using-server server connection condition)
:server server
:status-code +HTTP-Code-Internal-Server-Error+
:entity