Hello Hans<br>I was using the version provided by gentoo that is the 0.4.1.  Now I'm using the svn version and it works as expected. I thought that a release was done.<br><br>Thanks for the reply<br>kiuma<br><br><div class="gmail_quote">
2011/1/31 Hans Hübner <span dir="ltr"><<a href="mailto:hans.huebner@gmail.com">hans.huebner@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div><div></div><div class="h5">On Mon, Jan 31, 2011 at 10:43 AM, Andrea Chiumenti <<a href="mailto:kiuma72@gmail.com">kiuma72@gmail.com</a>> wrote:<br>
> Hello, I'm using hunchentoot v 1.1.1<br>
> and after serving each request I always have errors like this one:<br>
><br>
> [2011-01-31 10:39:13 [ERROR]] Error while processing connection: I/O timeout<br>
> while doing input on #<SB-SYS:FD-STREAM for "socket <a href="http://127.0.0.1:4242" target="_blank">127.0.0.1:4242</a>, peer:<br>
> <a href="http://127.0.0.1:45423" target="_blank">127.0.0.1:45423</a>" {100396FEC1}>.<br>
><br>
> Why the connection isn't properly closed ?<br>
<br>
</div></div>Do you use the latest version of usocket?  We fixed this problem quite<br>
some time ago.  The message is hamless.  It indicates that the timeout<br>
that Hunchentoot establishes for data arriving on incoming connections<br>
has expired.  The timeout condition should be signalled by usocket as<br>
a portable condition and will then be handled by Hunchentoot properly<br>
(silently).  If you are using an outdated usocket release, the<br>
condition will be signalled in non-portable form, not be caught by<br>
Hunchentoot and then logged as an error.<br>
<br>
-Hans<br>
<br>
_______________________________________________<br>
tbnl-devel site list<br>
<a href="mailto:tbnl-devel@common-lisp.net">tbnl-devel@common-lisp.net</a><br>
<a href="http://common-lisp.net/mailman/listinfo/tbnl-devel" target="_blank">http://common-lisp.net/mailman/listinfo/tbnl-devel</a><br>
</blockquote></div><br>