Unfortunately it's not a public url, and it uses some authorization tokens in the request, so I can't disclose it.<br>I am using drakma-0.11.5 and chunga-0.4.2 on Ubuntu with sbcl-1.0.15.<br>I am going to use *header-stream* to see if it gives some clue.<br>
<br>Andrew<br><br><div class="gmail_quote">On Fri, May 9, 2008 at 3:21 PM, Edi Weitz <<a href="mailto:edi@agharta.de">edi@agharta.de</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div></div><div class="Wj3C7c">On Fri, 9 May 2008 14:48:10 -0400, "Andrei Stebakov" <<a href="mailto:lispercat@gmail.com">lispercat@gmail.com</a>> wrote:<br>
<br>
> I am using http-request to upload files on some web-site. The<br>
> problem is that sometimes the function returns a nil response so I<br>
> just have to repeat it again with the same parameters.  Sometimes it<br>
> take up to 8 retries to make the request return a non-nil response.<br>
> I wonder if you saw it before or how can I debug it? The function<br>
> doesn't take long to return with nil result. I mean the whole file<br>
> upload can take 10 seconds, so the http-request may return nil<br>
> within those 10 seconds. Is some timeout or the connection gets<br>
> broken between the hosts? There is no exception raised as well, it<br>
> just silently returns nil.<br>
<br>
</div></div>Hmm, it should definitely not just silently return NIL, but we<br>
probably need a tiny little bit more info from you:<br>
<br>
Which Lisp?  Which operating system?  Which version of Drakma and<br>
Chunga?  Have you tried to trace the headers when this happens?<br>
<br>
  <a href="http://weitz.de/drakma/#*header-stream*" target="_blank">http://weitz.de/drakma/#*header-stream*</a><br>
<br>
Is this a public URL so we can try to reproduce your problem?<br>
<br>
Edi.<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" target="_blank">http://common-lisp.net/cgi-bin/mailman/listinfo/drakma-devel</a><br>
</blockquote></div><br>