Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cohttp_eio: Relax requirement on Server.connection_handler.
Server.connection_handler does not rely on its argument being a socket, a two way flow is sufficient. Relaxing the type constraint enables eg. unit testing with in-memory buffer.
- Loading branch information