ChangeLog:
Version 0.12.0 2007-09-07 Now uses bound for flexi stream returned by RAW-POST-DATA Needs FLEXI-STREAMS 0.12.0 or higher
Version 0.11.2 2007-09-05 Fixed typo in docs Added declaration in server.lisp to appease SBCL
Download:
Got the latest flexi-streams, chunga and hunchentoot. My hunchentoot project stopped working (when I open the main web page it shows the message "The proxy server received an invalid response from an upstream server"). I am using sbcl 1.0.5. I'll try to investigate it. When I went back to hunchentoot 0.10.0 (with newer flexi-streams and chunga) other things got broken. I guess all those three components are tightly coupled.
Andrew
On 9/6/07, Edi Weitz edi@agharta.de wrote:
ChangeLog:
Version 0.12.0 2007-09-07 Now uses bound for flexi stream returned by RAW-POST-DATA Needs FLEXI-STREAMS 0.12.0 or higher
Version 0.11.2 2007-09-05 Fixed typo in docs Added declaration in server.lisp to appease SBCL
Download:
http://weitz.de/files/hunchentoot.tar.gz _______________________________________________ tbnl-devel site list tbnl-devel@common-lisp.net http://common-lisp.net/mailman/listinfo/tbnl-devel
On Thu, 6 Sep 2007 23:47:46 -0400, "Andrei Stebakov" lispercat@gmail.com wrote:
Got the latest flexi-streams, chunga and hunchentoot. My hunchentoot project stopped working (when I open the main web page it shows the message "The proxy server received an invalid response from an upstream server"). I am using sbcl 1.0.5. I'll try to investigate it.
Set *CATCH-ERRORS-P* to NIL and send us a backtrace.
When I went back to hunchentoot 0.10.0 (with newer flexi-streams and chunga) other things got broken.
Which ones? "Other things" is not exactly a helpful bug report. What happens if you go back to 0.11.1?
I guess all those three components are tightly coupled.
No, not really, except for the dependencies mentioned in the docs. If you can't use Hunchentoot 0.10.0 with newer versions of the other libs, that sounds like a bug. Of course, you're always encouraged to use the newest versions. That's life in the open source world...