Puzzling behaviour on a new Chicken build, on Solaris,
--without-libffi but otherwise straightforward:
/ / /
___ (___ ___ ( ___ ___
| | )| | |___)|___)| )
|__ | / | |__ | \ |__ | /
Version 2.6 - solaris-unix-gnu-sparc - [ dload ptables applyhook ]
(c)2000-2007 Felix L. Winkelmann
#;1> (use http-client)
; loading /usr/local/graham/chicken/lib/chicken/1/http-client.so ...
; loading /usr/local/graham/chicken/lib/chicken/1/http-utils.so ...
; loading /usr/local/graham/chicken/lib/chicken/1/url.so ...
; loading /usr/local/graham/chicken/lib/chicken/1/coerce-support.so ...
#;2> (http:GET "http://callcc.org/")
Error: invalid service: "http://"
Call history:
<syntax> (http:GET "http://callcc.org/")
<eval> (http:GET "http://callcc.org/") <--
But if I leave out the offending prefix:
#;2> (http:GET "callcc.org/")
"<html>\n <head>\n <title>callcc.org: CHICKEN
documentation</title>\n <base
href=\"http://callcc.org/chicken-redirector-2.0/\">\n </head>\n\n
<frameset rows=\"50,*\">\n <frame src=\"top.php\"
name=\"top_frame\">\n <frame src=\"router.php?uri=\"
name=\"router_frame\">\n </frameset>\n</html>\n"
Any ideas?
Graham
_______________________________________________
Chicken-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/chicken-users