Menu

#39 Latest (quicklisp) portable aserve reports error

open
nobody
None
5
2012-09-14
2012-05-04
Fred Gilham
No

I see the following error when running portable aserve that I installed using quicklisp.

got error The function (COMMON-LISP:SETF NET.ASERVE:REQUEST-REPLY-DATE) is undefined.

The quicklisp version is

portableaserve-20120407-cvs

This error seems to be due to the fact that the "reply-date" slot in the http-request class only has a reader but a call to

(setf (request-reply-date req) (get-universal-time))

was added to the process-connection function in main.cl in this version.

I take it that the reader has to be changed to an accessor.

Discussion


Log in to post a comment.