Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uniformly expose connection types #424

Open
seliopou opened this issue Aug 31, 2015 · 0 comments
Open

Uniformly expose connection types #424

seliopou opened this issue Aug 31, 2015 · 0 comments
Labels

Comments

@seliopou
Copy link
Contributor

The IO module type includes a conn type which—if I understand it correctly—should be a type that includes information about the client's connection to the server. Right now, the async implementation simply sets this to unit, and in fact conn doesn't seem to be used by that implementation at all. But while the lwt (unix) implementation does use it, it also tacks on an additional Cohttp.Connection.t value with it as well.

The IO.conn type's meaning and usage should be consistently recognized and applied by all backends. Related to inhabitedtype/ocaml-webmachine#19.

@mseri mseri added the API label Apr 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants