Skip to content

Commit

Permalink
Merge pull request #51 from ober/fix-allegro-timeout
Browse files Browse the repository at this point in the history
add allegro to list of implementations without timeout support on socket
  • Loading branch information
fukamachi committed Jun 8, 2018
2 parents 05ce8e6 + 7a5e43a commit 5a61e07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/usocket.lisp
Expand Up @@ -394,7 +394,7 @@
(usocket:socket-stream
(usocket:socket-connect (uri-host con-uri)
(uri-port con-uri)
#-(or ecl clisp) :timeout #-(or ecl clisp) timeout
#-(or ecl clisp allegro) :timeout #-(or ecl clisp allegro) timeout
:element-type '(unsigned-byte 8))))
(scheme (uri-scheme uri)))
(declare (type string scheme))
Expand Down

0 comments on commit 5a61e07

Please sign in to comment.