Client returns error on valid URI
With existing legacy portableaserve server running on http://localhost:9000, the following:
(net.aserve.client:do-http-request "http://localhost:9000")
throws following error:
#<UNCHUNKING-STREAM ef #<EXTERNAL-FORMAT :UTF-32LE/:UNIX #x302004A6C83D>, from #<ZACL::ZACL-SOCKET #x302004B46AFD> #x302004B7F14D> has no slot named EXCL::CO-STATE.
The following:
(net.aserve.client:do-http-request "http://google.com")
throws a different error:
There is no applicable method for the generic function:
#<STANDARD-GENERIC-FUNCTION ZACL::REAL-URI #x30200258C2AF>
when called with arguments:
("http://www.google.com/")
[Condition of type CCL:NO-APPLICABLE-METHOD-EXISTS]
This is with xach-tweaking
branch from github.com/xach/aserve.git.