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

Update: Add snappy support on HttpContentDecoder #13312

Merged

Commits on Mar 30, 2023

  1. Update: Add snappy support on HttpContentDecoder

    Motivation:
    I want to allow logstash http input to be able to read snappy compressed
    data.
    
    Modifications:
    To allow the HttpContentDecoder to support snappy it created a new
    control flow to test for snappy content encoding.
    
    If it is present, we are using a specific snappy decompressor to read
    the data.
    
    In order to make sure it was working I also included a e2e test on the
    behaior of HttpContentDecoder.
    
    Result:
    We should be able to send snappy traffic to a server using
    HttpContentDocder and be ale to uncompresse the traffic.
    redcinelli committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    ced2916 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2023

  1. Apply suggestions from code review

    Co-authored-by: Aayush Atharva <hyperx.pro@outlook.com>
    normanmaurer and hyperxpro committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    1f71ad2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    741da5d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    89e0870 View commit details
    Browse the repository at this point in the history