[cl-plus-ssl-cvs] CVS cl+ssl

avodonosov avodonosov at common-lisp.net
Sun Jan 18 21:31:45 UTC 2009


Update of /project/cl-plus-ssl/cvsroot/cl+ssl
In directory cl-net:/tmp/cvs-serv5929

Modified Files:
	example.lisp 
Log Message:
minor fomatting fix: tab instead of spaces

--- /project/cl-plus-ssl/cvsroot/cl+ssl/example.lisp	2009/01/18 21:23:15	1.3
+++ /project/cl-plus-ssl/cvsroot/cl+ssl/example.lisp	2009/01/18 21:31:45	1.4
@@ -68,7 +68,7 @@
 	  (loop :for line = (read-line-crlf https nil)
 			    :while line :do
 			    (format t "HTTPS> ~a~%" line)))
-      (close https)
+	  (close https)
 	  (close socket))))
 
 ;; start a simple HTTPS server. See the mod_ssl documentation at





More information about the cl-plus-ssl-cvs mailing list