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

client_http_run_once example: use NEAT_RUN_ONCE #147

Closed
wants to merge 2 commits into from

Commits on Sep 1, 2016

  1. client_http_run_once: use NEAT_RUN_ONCE

    This example extracts the backend fd and runs its own IO loop and
    invokes neat_start_event_loop(ctx, NEAT_RUN_ONCE) for every action on
    the backend fd.
    bagder committed Sep 1, 2016
    Configuration menu
    Copy the full SHA
    8c27921 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2016

  1. client_http_run_once.c: change to NOWAIT and invoke also on timeouts

    ... makes the example work, albeit a bit slow.
    bagder committed Sep 8, 2016
    Configuration menu
    Copy the full SHA
    bb451d0 View commit details
    Browse the repository at this point in the history