-
Notifications
You must be signed in to change notification settings - Fork 74
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
conduit-lwt-unix: se accept_n on the server #387
Commits on Apr 21, 2021
-
conduit_lwt_server: use accept_n
Signed-off-by: Marcello Seri <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c5b3c46 - Browse repository at this point
Copy the full SHA c5b3c46View commit details -
conduit-lwt-unix: catch possible cancellations
Signed-off-by: Marcello Seri <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 763ab5f - Browse repository at this point
Copy the full SHA 763ab5fView commit details -
conduit-lwt-unix: all exceptions should be related to the cancellatio…
…n since run_handler and accept_n should not raise Signed-off-by: Marcello Seri <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fe2ebe7 - Browse repository at this point
Copy the full SHA fe2ebe7View commit details -
conduit-lwt-unix: loop only outside cancellations
Signed-off-by: Marcello Seri <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 86d584a - Browse repository at this point
Copy the full SHA 86d584aView commit details -
conduit-lwt-unix.server: Allow to configure n
Signed-off-by: Marcello Seri <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5793acf - Browse repository at this point
Copy the full SHA 5793acfView commit details
Commits on Apr 22, 2021
-
conduit-lwt-unix.server: minor cleanup
Signed-off-by: Marcello Seri <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cdeda3c - Browse repository at this point
Copy the full SHA cdeda3cView commit details -
conduit-lwt-unix.server: add a call to yield
Signed-off-by: Marcello Seri <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e490592 - Browse repository at this point
Copy the full SHA e490592View commit details
Commits on May 17, 2021
-
Revert "conduit-lwt-unix.server: add a call to yield"
This reverts commit e490592.
Configuration menu - View commit details
-
Copy full SHA for cf7c62f - Browse repository at this point
Copy the full SHA cf7c62fView commit details
Commits on May 20, 2021
-
conduit_lwt_unix: use iter_s over the accepts, this should avoid race…
…s on the increments Signed-off-by: Marcello Seri <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a61511e - Browse repository at this point
Copy the full SHA a61511eView commit details
Commits on May 21, 2021
-
conduit_lwt_server: make linter happy
Signed-off-by: Marcello Seri <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d4ef50e - Browse repository at this point
Copy the full SHA d4ef50eView commit details
Commits on Jun 1, 2021
-
conduit_lwt_server: re-introduce call to pause in the accept loop
Signed-off-by: Marcello Seri <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 10e5b85 - Browse repository at this point
Copy the full SHA 10e5b85View commit details