-
Notifications
You must be signed in to change notification settings - Fork 177
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
writev support #281
Comments
It's worth doing. Lwt already has types However, looking briefly at Faraday, it seems like some kind of "heterogenous" Thoughts? |
A mixture makes sense if it's possible to write OCaml strings to an fd without do @avsm, @seliopou, or @diml know perhaps? On 10/19, Anton wrote:
|
The only function in Lwt that can handle an
In other words if the combined length of the With respect to the heterogenous iovecs in Faraday, that's up to the user to handle as they see fit, given whatever implementation is available. |
@rgrinberg Looking in the implementations of @seliopou I think the proposal is to add to Lwt a new function The query is: for easy and efficient of implementation in Faraday's I'm not clear on how dealing with heterogenous iovecs is up to the user to handle as they see fit, assuming they already chose to use |
@rgrinberg But |
From this comment: inhabitedtype/faraday@5eb16a9
This seems like a limitation in Lwt that shouldn't be hard to lift.
The text was updated successfully, but these errors were encountered: