We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb6ce32 commit fc7bcfeCopy full SHA for fc7bcfe
source/clog-connection-websockets.lisp
@@ -414,7 +414,7 @@ the contents sent to the brower."
414
lack-middleware-list
415
:initial-value *app*
416
:from-end t))
417
- (setf *client-handler* (clack:clackup *app* :server server :address host :port port :ssl ssl :ssl-key-file ssl-key-file :ssl-cert-file ssl-cert-file))
+ (setf *client-handler* (clack:clackup *app* :debug nil :server server :address host :port port :ssl ssl :ssl-key-file ssl-key-file :ssl-cert-file ssl-cert-file))
418
(format t "HTTP listening on : ~A:~A~%" host port)
419
(format t "HTML root : ~A~%" static-root)
420
(format t "SSL : ~A~%" (if ssl
0 commit comments