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

http_server: Ready to support Async 2.0 gem #4619

Draft
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Aug 28, 2024

  1. http_server: Support Async 2.0 gem

    Signed-off-by: Takuro Ashie <[email protected]>
    ashie authored and Watson1978 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    b3a7fd6 View commit details
    Browse the repository at this point in the history
  2. Still stay on async-1.x

    Because dependent io-event (v1.0.9) can't build on Windows.
    
    Signed-off-by: Takuro Ashie <[email protected]>
    ashie authored and Watson1978 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    2aabeee View commit details
    Browse the repository at this point in the history
  3. test_http_server_helper: Remove a needless argument

    Signed-off-by: Takuro Ashie <[email protected]>
    ashie authored and Watson1978 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    1ad651f View commit details
    Browse the repository at this point in the history
  4. http_server: Replace Console.logger of all related threads

    Signed-off-by: Takuro Ashie <[email protected]>
    ashie authored and Watson1978 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    b5c5125 View commit details
    Browse the repository at this point in the history
  5. Revert "Still stay on async-1.x"

    This reverts commit 895fa6b.
    
    Signed-off-by: Shizuo Fujita <[email protected]>
    Watson1978 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    2f32b74 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. test_http_server_helper: Fix test

    Signed-off-by: Shizuo Fujita <[email protected]>
    Watson1978 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    66ebfcc View commit details
    Browse the repository at this point in the history
  2. http_server: Stop http server safely

    Signed-off-by: Shizuo Fujita <[email protected]>
    Watson1978 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    ea5e4c6 View commit details
    Browse the repository at this point in the history