Compile CL-HTTP without :configure-and-start still cause server started

"Chun Tian (binghe)" <[email protected]> Sun, 20 Mar 2011 02:30:01 +0800
Newsgroups gmane.lisp.cl-http
Message-ID <[email protected]>
Hi, CL-HTTP

I found, when building CL-HTTP include examples, even without ":configure-and-start" being T, CL-HTTP still start the HTTP server.  I think this logic is wrong.

It seems that it's caused by the latest lines in HTTP:EXAMPLES;EXAMPLE-EXPORTS.LISP:

;; Start the server by evaluating the form: (enable-http-service)

;; Enable services here
#-CSAIL-Site
(enable-http-service)
#+(and CL-HTTP-PROXY (not CSAIL-Site))
(enable-proxy-service)

Should these lines be removed?

Regards,

Chun Tian (binghe)


_______________________________________________
WWW-CL mailing list
[email protected]
https://lists.csail.mit.edu/mailman/listinfo/www-cl