2007/5/24, Edi Weitz <<a href="mailto:edi@agharta.de">edi@agharta.de</a>>:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Wed, 23 May 2007 16:56:54 +0200, "Viktor Leis" <<a href="mailto:viktor.leis@googlemail.com">viktor.leis@googlemail.com</a>> wrote:<br><br>> when using Hunchentoot with SBCL on debian behind mod_lisp and
<br>> Apache 1 for video file uploading, the uploads randomly fail (the<br>> file is incomplete). Warning on the server: WARNING: 28369838 octets<br>> of stray data after form-data sent by client.<br>><br>> This happens most of the time if the server is on the same machine
<br>> as the uploading browser, less often if the server is on a different<br>> machine in the LAN and only sometimes if the upload goes through the<br>> internet. Using Apache2 seems to fix the problem. Any ideas what the
<br>> problem may be?<br><br>Hmm, hmm, hmm.  I seem to remember I had the same problem some time<br>ago but couldn't really resolve it.  (Or maybe I could, dunno.  My age<br>shows...)<br><br>Anyway, what I /think/ is happening is that for some reason when the
<br>stream is read character by character within the RFC2388 library, Lisp<br>at some point (and this is non-deterministic unfortunately) believes<br>that it is done with the stream (EOF) although it shouldn't.<br><br>
So, this only happens with mod_lisp and Apache 1 for you?  Are you<br>using the newest version of mod_lisp?  Can you reproduce it with<br>stand-alone Hunchentoot?  Which OS are you on?  If it's Linux, what<br>kernel are you using?
<br></blockquote></div>Yes, I have only observed this behavior with Apache 1, which is<br>unfortunately my prefered platform. Also stand-alone Hunchentoot seems<br>to work fine. I'm using debians mod_lisp in version 2.43
 which is the<br>newest version I think. I'm using the standard debian linux kernel in<br>version 2.6.18 and the newest SBCL.<br><br>Bye,<br>Viktor<br>