The documentation says that all timeout keyword
arguments are only available for
LispWorks. The source code says the same.<br><br>request.lisp:<br><br>(defun http-request .........<br>#+:lispworks (connection-timeout 20)<br><br><br>- Eugene<br><br><br>All timeout keyword
arguments are only available for
LispWorks<br><br><div class="gmail_quote">2009/12/2 Евгений Дмитренко <span dir="ltr"><<a href="mailto:e.dmitrenk@gmail.com">e.dmitrenk@gmail.com</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>In the official manual <a href="http://weitz.de/drakma/#connection-timeout" target="_blank">http://weitz.de/drakma/#connection-timeout</a> connection-timeout key parameter exists. But my SBCL interpreter says:<br><br>
debugger invoked on a SB-INT:SIMPLE-PROGRAM-ERROR:<br>
unknown &KEY argument: :CONNECTION-TIMEOUT<br><br>Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL.<br><br>restarts (invokable by number or by possibly-abbreviated name):<br>0: [ABORT] Exit debugger, returning to top level.<br>
<br>(DRAKMA:HTTP-REQUEST "<a href="http://bcheck.scanit.be/bcheck/" target="_blank">http://bcheck.scanit.be/bcheck/</a>")[:EXTERNAL]<br>0] <br><br>when I try to call function: <br><br>(drakma:http-request "<a href="http://bcheck.scanit.be/bcheck/" target="_blank">http://bcheck.scanit.be/bcheck/</a>"<br>
:method :get<br>:content-length t<br> :connection-timeout 10)<br><br>Please help me to solve this problem.<br><br>Best regards,<br><div>Evgen Dmitrenko</div>
<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>
<br></blockquote></div><br>