LispWorks specific: socket-shutdown on stream-usocket need to pass the stream to comm:socket-stream-shutdown (rather than the socket) · Issue #59 · usocket/usocket · GitHub
Skip to content

LispWorks specific: socket-shutdown on stream-usocket need to pass the stream to comm:socket-stream-shutdown (rather than the socket) #59

Description

@Yehouda

in backend/lispworks.lisp, the method socket-shutdown on stream-usocket currently calls
comm:socket-stream-shutdown on the socket, which is wrrong, because comm:socket-stream-shutdown expects a socket-stream. It needs to pass the stream, that is replace

(socket usocket)
by
(socket-stream usocket)

Causes two failures when running the regressions tests on LispWorks.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions