Christophe Raffalli
Christophe Raffalli
Yes, I saw that also. But I think with non blocking we want allow_partial_write in most application ? and we probably want async (but the documentation is really very short...
I forgot to say: I think we want the mode with as much as possible retry to switch context as much as possible.
I am working on that with PR #117
I think this can be closed.
This addresses issue #122
@anmonteiro This PR coould be extended with a set_mode function ?
> can you move the tests to a separate PR? > > I don't know if this is what you asked in the other PR but I'd prefer: > >...
Antonio Nuno Monteiro writes: > @anmonteiro commented on this pull request. > > > >> @@ -77,6 +77,26 @@ type verify_error = > | Error_v_keyusage_no_certsign > | Error_v_application_verification > >...
I have investigate async mode more. It seems that openssl can do async computation even when the user does not require async_job manually, if async mode is enabled (the doc...
I added some tests that do use `Unix.read` and `Unix.write`.