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

Use server helper in in_http #2395

Merged
merged 8 commits into from
May 13, 2019

Commits on Apr 23, 2019

  1. Use server helper

    Signed-off-by: Yuta Iwama <ganmacs@gmail.com>
    ganmacs committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    d5d8cc1 View commit details
    Browse the repository at this point in the history
  2. Use server_socket_manager_client

    Signed-off-by: Yuta Iwama <ganmacs@gmail.com>
    ganmacs committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    ea2b90b View commit details
    Browse the repository at this point in the history
  3. Use server_create_tcp_socket

    Signed-off-by: Yuta Iwama <ganmacs@gmail.com>
    ganmacs committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    e1f0106 View commit details
    Browse the repository at this point in the history
  4. Use server_create_for_tcp_connection

    Signed-off-by: Yuta Iwama <ganmacs@gmail.com>
    ganmacs committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    23ac789 View commit details
    Browse the repository at this point in the history
  5. use server_create_connection

    Signed-off-by: Yuta Iwama <ganmacs@gmail.com>
    ganmacs committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    e76edd2 View commit details
    Browse the repository at this point in the history
  6. initializing Http::Parser when initializing Handler

    Signed-off-by: Yuta Iwama <ganmacs@gmail.com>
    ganmacs committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    98a539f View commit details
    Browse the repository at this point in the history
  7. Move logic into method

    Signed-off-by: Yuta Iwama <ganmacs@gmail.com>
    ganmacs committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    9aa11b7 View commit details
    Browse the repository at this point in the history
  8. Remove comment

    I think adding HTTP Keep-Alive to server helper(L4 helper) is a bit
    confusing. So I don't implement HTTP Keep-Alive feature on server
    helper now.
    
    Signed-off-by: Yuta Iwama <ganmacs@gmail.com>
    ganmacs committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    c15105a View commit details
    Browse the repository at this point in the history