<br>In the official manual <a href="http://weitz.de/drakma/#connection-timeout">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/">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/">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>