[hunchentoot-devel] TCP Input timeout on CCL
sblist at me.com
sblist at me.com
Sat Dec 13 20:26:46 UTC 2008
Hans,
We might not be ready to jump to the development version just yet,
but here's the simple fix to resolve the issue in the current release:
--- headers-other.lisp 2008-12-12 16:10:31.000000000 -0700
+++ headers.lisp 2008-12-12 15:49:15.000000000 -0700
@@ -281,6 +281,7 @@
(read-line* *hunchentoot-stream*)
((or end-of-file
#+:sbcl sb-sys:io-timeout
+ #+:ccl ccl:input-timeout
#+:cmu sys:io-timeout
#+:allegro excl:socket-error) ()
nil)))))
Thanks for all of the help,
- Scott
On 5-Dec-08, at 11:21 AM, Hans Hübner wrote:
> Scott,
>
> the development version of Hunchentoot can be obtained by
>
> svn co svn://bknr.net/trunk/ediware
>
> This will also check out the updated versions of Hunchentoot's
> dependencies. The new version is not yet finished, and it is not API
> compatible. You need to spend some time on converting your
> application. We have scheduled a release engineering session for
> Hunchentoot in January, but please do not hold your breath.
>
> -Hans
>
More information about the Tbnl-devel
mailing list