The headers printed are following:<br><br>GET /authentication.getToken.cp?appKey=1234 HTTP/1.1<br>Host: <a href="http://domain.com">domain.com</a><br>User-Agent: Drakma/0.6.0 (CMU Common Lisp CVS release-19a 19a-release-20040728 + minimal debian patches; Linux; Linux version 
2.2.20-idepci (herbert@gondolin) (gcc version <a href="http://2.7.2.3">2.7.2.3</a>) #1 Sat Apr 20 12:45:19 EST 2002; <a href="http://weitz.de/drakma/">http://weitz.de/drakma/</a>)<br>Accept: */*<br>Connection: close<br><br>
HTTP/1.1 200 OK<br>Cache-Control: private<br>Content-Length: 74<br>Content-Type: text/xml<br>Date: Wed, 14 Feb 2007 18:52:53 GMT<br>Connection: close<br><br>POST /image.upload.cp HTTP/1.1<br>Host: <a href="http://domain.com">
domain.com</a><br>User-Agent: Drakma/0.6.0 (CMU Common Lisp CVS release-19a 19a-release-20040728 + minimal debian patches; Linux; Linux version 2.2.20-idepci (herbert@gondolin) (gcc version <a href="http://2.7.2.3">2.7.2.3
</a>) #1 Sat Apr 20 12:45:19 EST 2002; <a href="http://weitz.de/drakma/">http://weitz.de/drakma/</a>)<br>Accept: */*<br>Connection: close<br>Content-Type: multipart/form-data; boundary=----------WueD0PVGvZzxvyK3835D6znnVITzpU5zaysqeYq41qhj1Nlv79
<br>Content-Length: 521<br><br>HTTP/1.1 100 Continue<br><br>HTTP/1.1 200 OK<br>Cache-Control: private<br>Content-Length: 94<br>Content-Type: text/xml; charset=utf-8<br>Date: Wed, 14 Feb 2007 18:53:01 GMT<br>Set-Cookie: Coyote-2-c0a8017a=c0a8073f:0;Max-Age=1800;Path=/
<br>Connection: close<br><br><br>((:CACHE-CONTROL . "private") (:CONTENT-LENGTH . "94")<br> (:CONTENT-TYPE . "text/xml; charset=utf-8")<br> (:DATE . "Wed, 14 Feb 2007 18:53:01 GMT")
<br> (:SET-COOKIE . "Coyote-2-c0a8017a=c0a8073f:0;Max-Age=1800;Path=/")<br> (:CONNECTION . "close"))<br><br>Maybe, as you mentioned, it's that the server I am trying to upload images to doesn't understand chunked stream?
<br><br>Thank you,<br>Andrew<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>