Hi Edi,<br><br>First of all sorry for bringing it to the lisp NG. I didn't want to discuss it there, I just wanted to hear what libs are available.<br>For some reason, my gmail client didn't show your messages so the last one was the one from Chris.
<br>Basically setting   :CONTENT-LENGTH T and sending a pathname object instead of string solve the problem. Now I understand that with   :CONTENT-LENGTH nil it was sending the chunked data. I still don't understand why when I send the request without   :CONTENT-LENGTH T and giving a file name starting with p# the lisp process hangs (cmucl), maybe it's just the lisp implementation.
<br>Anyway, the problem solved, thank you Edi and Chris!<br><br>Andrew<br><br><br><div><span class="gmail_quote">On 2/12/07, <b class="gmail_sendername">Edi Weitz</b> <<a href="mailto:edi@agharta.de">edi@agharta.de</a>
> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">On Mon, 12 Feb 2007 12:53:59 -0800, Chris Dean <<a href="mailto:ctdean@sokitomi.com">
ctdean@sokitomi.com</a>> wrote:<br><br>> One way to debug the system is to test against your own server.  You<br>> could, for example, use hunchentoot to easily create a test<br>> webserver.  Once you have control of the server you can debug both
<br>> sides of the problem.<br><br>Of course, this won't help much if Hunchentoot and the /real/ server<br>behave differently.  (See my other email for an example - Hunchentoot<br>knows how to handle chunked transfer encoding used by clients, Apache
<br>1.x doesn't.)<br><br>Another way to debug Drakma it to use *HEADER-STREAM* to see at least<br>the headers flying by.<br><br>  <a href="http://weitz.de/drakma/#*header-stream*">http://weitz.de/drakma/#*header-stream*
</a><br><br>Or use something like Ethereal (or whatever it is called nowadays).<br>_______________________________________________<br>drakma-devel mailing list<br><a href="mailto:drakma-devel@common-lisp.net">drakma-devel@common-lisp.net
</a><br><a href="http://common-lisp.net/cgi-bin/mailman/listinfo/drakma-devel">http://common-lisp.net/cgi-bin/mailman/listinfo/drakma-devel</a><br></blockquote></div><br>