chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-users] http:GET -- invalid service: "http://"


From: Graham Fawcett
Subject: [Chicken-users] http:GET -- invalid service: "http://"
Date: Fri, 4 May 2007 14:39:45 -0400

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]