On Wed, May 6, 2009 at 01:50, Andrei Stebakov lispercat@gmail.com wrote:
My log is full of messages like: [2009-05-05 19:29:29 [ERROR]] Error while processing connection: I/O timeout reading #<SB-SYS:FD-STREAM for "a socket" {D0CDBA9}> What could be the reason for the errors?
These messages are (wrongly) generated by Hunchentoot when an incoming HTTP connection times out. This is a normal operating condition and no error should be generated. It is safe to ignore the log entries. Are you running a recent version of Hunchentoot? I thought that I have fixed this problem a while ago.
-Hans