This commit is contained in:
Kartik K. Agaram 2016-10-25 12:39:43 -07:00
parent f90a7a2b96
commit 215e35e4dd
1 changed files with 2 additions and 2 deletions

View File

@ -23,6 +23,6 @@ Content-type: text/plain
SUCCESS!
]
$print 10/newline, [Wrote to and closing socket...], 10/newline
$close-socket session
$close-socket socket
session <- $close-socket session
socket <- $close-socket socket
]