Fixed a small typo in the http-server/0.9 error handler introduced by
last commit.
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user