Skip to content

Commit 636de7c

Browse files
committed
better code formatting
1 parent 52e3937 commit 636de7c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

test-server-name-indication.lisp

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@
33
(ql:quickload :cl+ssl)
44
(ql:quickload :usocket)
55

6-
(let* ((socket (usocket:socket-connect
7-
"sni.velox.ch"
8-
443
9-
:element-type '(unsigned-byte 8)))
6+
(let* ((socket (usocket:socket-connect "sni.velox.ch" 443
7+
:element-type '(unsigned-byte 8)))
108
(ssl-stream (cl+ssl:make-ssl-client-stream (usocket:socket-stream socket)
119
:hostname "sni.velox.ch"))
1210
(char-stream (flexi-streams:make-flexi-stream ssl-stream

0 commit comments

Comments
 (0)