Matthew Stickney

Results 15 issues of Matthew Stickney

Wookie's docs for SEND-RESPONSE specify that it sets Content-Length if the :body argument is specified, so we should pass it for explicitly supplied bodies that are NIL. Without it, Content-Length...

Use a CHECK-TYPE macro to enforce the types specified in the docstrings for SEND-TEXT-MESSAGE and SEND-BINARY-MESSAGE, which will hopefully catch errors before they get too far into the internals of...

This is primarily useful for things like changing the security attributes of the pipe. [](https://reviewable.io/reviews/natefinch/npipe/15)

In order to allow a customizable set of slime contribs to be setup when loading the helper, check whether slime-contribs has been set, and if so pass that list to...

If you run a listener on port 443 (with e.g. `nc -l 443`), and initiate a connection to it with drakma-async: ``` (as:with-event-loop () (drakma-async:http-request "https://localhost/")) ``` If you close...