Skip to content

Commit

Permalink
send signal to close port
Browse files Browse the repository at this point in the history
  • Loading branch information
Asciian committed Jan 13, 2018
1 parent 3fd9b60 commit ec81ac8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions proxy/index.md
Expand Up @@ -70,6 +70,7 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
:until (char= (code-char b) #\newline)
:finally
(write-byte (char-code #\0) stream)
(force-output stream)
(let* ((r (coerce v '(vector (unsigned-byte 8))))
(s (octets-to-string r :encoding (encoding-of d))))
(return (rest (split "/" s)))))))
Expand All @@ -93,6 +94,7 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
:until (char= (code-char b) #\newline)
:finally
(write-byte (char-code #\0) stream)
(force-output stream)
(let* ((r (coerce v '(vector (unsigned-byte 8))))
(s (octets-to-string r :encoding (encoding-of d))))
(return (rest (split "/" s)))))))
Expand Down

0 comments on commit ec81ac8

Please sign in to comment.