From ec81ac8cfd45a74d8a248d8430000ffe23b1aba9 Mon Sep 17 00:00:00 2001 From: asciian Date: Sat, 13 Jan 2018 21:53:08 +0900 Subject: [PATCH] send signal to close port --- proxy/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/proxy/index.md b/proxy/index.md index b7abc41..e7566b2 100644 --- a/proxy/index.md +++ b/proxy/index.md @@ -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))))))) @@ -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)))))))