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: open-telemetry/opentelemetry-collector
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ba4ea24449544da9cb699c9e632741b00261abb7
Choose a base ref
...
head repository: open-telemetry/opentelemetry-collector
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2e64b76b0e81c8da4a7f91f00fb1c25fa4a183a1
Choose a head ref
  • 1 commit
  • 4 files changed
  • 1 contributor

Commits on Jun 19, 2023

  1. Add zstd decompression support to HTTPServerSettings

    This adds ability to decompress zstd-compressed HTTP requests to
    all receivers that use HTTPServerSettings.
    
    Also added missing error handling for the case when an unsupported
    compression type was used in the request. Now it correctly returns
    400 Bad Request. Also added a unit test to verify this case.
    
    Once this is merged I will submit a PR in contrib repo to add end-to-end
    tests that use zstd compression in the testbed.
    tigrannajaryan committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    2e64b76 View commit details
    Browse the repository at this point in the history
Loading