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

conduit-lwt-unix: se accept_n on the server #387

Closed
wants to merge 11 commits into from
Closed

conduit-lwt-unix: se accept_n on the server #387

wants to merge 11 commits into from

Commits on Apr 21, 2021

  1. conduit_lwt_server: use accept_n

    Signed-off-by: Marcello Seri <[email protected]>
    mseri committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    c5b3c46 View commit details
    Browse the repository at this point in the history
  2. conduit-lwt-unix: catch possible cancellations

    Signed-off-by: Marcello Seri <[email protected]>
    mseri committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    763ab5f View commit details
    Browse the repository at this point in the history
  3. 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]>
    mseri committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    fe2ebe7 View commit details
    Browse the repository at this point in the history
  4. conduit-lwt-unix: loop only outside cancellations

    Signed-off-by: Marcello Seri <[email protected]>
    mseri committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    86d584a View commit details
    Browse the repository at this point in the history
  5. conduit-lwt-unix.server: Allow to configure n

    Signed-off-by: Marcello Seri <[email protected]>
    mseri committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    5793acf View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2021

  1. conduit-lwt-unix.server: minor cleanup

    Signed-off-by: Marcello Seri <[email protected]>
    mseri committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    cdeda3c View commit details
    Browse the repository at this point in the history
  2. conduit-lwt-unix.server: add a call to yield

    Signed-off-by: Marcello Seri <[email protected]>
    mseri committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    e490592 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2021

  1. Revert "conduit-lwt-unix.server: add a call to yield"

    This reverts commit e490592.
    mseri committed May 17, 2021
    Configuration menu
    Copy the full SHA
    cf7c62f View commit details
    Browse the repository at this point in the history

Commits on May 20, 2021

  1. conduit_lwt_unix: use iter_s over the accepts, this should avoid race…

    …s on the increments
    
    Signed-off-by: Marcello Seri <[email protected]>
    mseri committed May 20, 2021
    Configuration menu
    Copy the full SHA
    a61511e View commit details
    Browse the repository at this point in the history

Commits on May 21, 2021

  1. conduit_lwt_server: make linter happy

    Signed-off-by: Marcello Seri <[email protected]>
    mseri committed May 21, 2021
    Configuration menu
    Copy the full SHA
    d4ef50e View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2021

  1. conduit_lwt_server: re-introduce call to pause in the accept loop

    Signed-off-by: Marcello Seri <[email protected]>
    mseri committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    10e5b85 View commit details
    Browse the repository at this point in the history