Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: logstash-plugins/logstash-input-http
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: logstash-plugins/logstash-input-http
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.x
Choose a head ref
  • 6 commits
  • 13 files changed
  • 5 contributors

Commits on Dec 19, 2024

  1. rate-limiting: propagate back-pressure from queue as HTTP 429's (#179)

    Adds a proactive handler that rejects new requests with HTTP 429's when the
    queue has been blocking for more than 10 consecutive seconds, allowing back-
    pressure to propagate in advance of filling up the connection backlog queue.
    yaauie authored Dec 19, 2024
    Configuration menu
    Copy the full SHA
    9546e28 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2025

  1. Backport #191: Name netty threads with plugin id and their purpose (#192

    )
    
    Co-authored-by: Mashhur <99575341+mashhurs@users.noreply.github.com>
    jsvd and mashhurs authored Feb 4, 2025
    Configuration menu
    Copy the full SHA
    98ea405 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2025

  1. Upgrade netty to 4.1.118

    mashhurs committed Feb 12, 2025
    Configuration menu
    Copy the full SHA
    5fe44ac View commit details
    Browse the repository at this point in the history
  2. Merge pull request #194 from mashhurs/upgrade-netty-3.x

    Upgrade netty to 4.1.118
    mashhurs authored Feb 12, 2025
    Configuration menu
    Copy the full SHA
    e31da10 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2025

  1. Configuration menu
    Copy the full SHA
    1632b52 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #199 from donoghuc/bump-netty-3.x

    Bump netty and prepare for release
    donoghuc authored Sep 4, 2025
    Configuration menu
    Copy the full SHA
    ff46c75 View commit details
    Browse the repository at this point in the history
Loading