j
k
j a
j l
This fixed the second example. Thanks.
I think handleConnection should be handleConnection :: RequestHandler -> Handle -> IO () handleConnection r h = handleToRequest h >>= responseSend h . runRequestHandler r Levi
I think handleConnection should be
handleConnection :: RequestHandler -> Handle -> IO ()
handleConnection r h = handleToRequest h >>= responseSend h . runRequestHandler r
Levi
Back to the thread
Back to the list