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

Reuse transport in input plugins #2782

Merged
merged 5 commits into from
May 11, 2017
Merged

Reuse transport in input plugins #2782

merged 5 commits into from
May 11, 2017

Commits on May 9, 2017

  1. Configuration menu
    Copy the full SHA
    e7ad2d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b88eb0f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1931aac View commit details
    Browse the repository at this point in the history

Commits on May 10, 2017

  1. Update changelog

    danielnelson committed May 10, 2017
    Configuration menu
    Copy the full SHA
    a1446a6 View commit details
    Browse the repository at this point in the history
  2. Ensure keep-alive is not used in http_response input.

    Using Keep-Alive would change the timing for already established
    connections.  Previous to this commit, Keep-Alive worked only when using
    a response_string_match due to failure to close the request body.
    danielnelson committed May 10, 2017
    Configuration menu
    Copy the full SHA
    17d883c View commit details
    Browse the repository at this point in the history