Added required (require "comm") for LWL and added initialize-clash so
as to bring LWL support up to par with other ports.
This commit is contained in:
@ -13,6 +13,8 @@
|
|||||||
;;;;
|
;;;;
|
||||||
;;;;
|
;;;;
|
||||||
|
|
||||||
|
(require "comm")
|
||||||
|
|
||||||
(defclass lwl-connection (connection)
|
(defclass lwl-connection (connection)
|
||||||
((stream :initarg :stream :reader connection-stream)))
|
((stream :initarg :stream :reader connection-stream)))
|
||||||
|
|
||||||
@ -51,3 +53,5 @@
|
|||||||
:function
|
:function
|
||||||
#'(lambda (fd) (start-http-handler fd server))))
|
#'(lambda (fd) (start-http-handler fd server))))
|
||||||
|
|
||||||
|
(defun initialize-clash ()
|
||||||
|
t)
|
||||||
|
|||||||
Reference in New Issue
Block a user