Skip to content

[chore] confighttp: drop reference to the removed framedSnappy gate - #15702

Open
karpovantonme wants to merge 3 commits into
open-telemetry:mainfrom
karpovantonme:docs/confighttp-drop-removed-gate
Open

[chore] confighttp: drop reference to the removed framedSnappy gate#15702
karpovantonme wants to merge 3 commits into
open-telemetry:mainfrom
karpovantonme:docs/confighttp-drop-removed-gate

Conversation

@karpovantonme

@karpovantonme karpovantonme commented Aug 3, 2026

Copy link
Copy Markdown

Description

The README for confighttp currently states that x-snappy-framed is only available when the confighttp.framedSnappy feature gate is enabled. However, this feature gate was stabilized in #15096 and removed in #15420.

The encoding is now active by default and present in config/confighttp/compression.go, as well as in the compressor and decompressor. This PR removes the outdated feature gate condition from the README to match the actual behavior.

Link to tracking issue

N/A

Testing

Documentation fix only. No code changes.

Documentation

Updated confighttp/README.md to accurately reflect current codebase behavior.

Authorship

  • I, a human, wrote this pull request description myself.

The confighttp.framedSnappy feature gate was stabilized in open-telemetry#15096 and removed
in open-telemetry#15420. The README still presents x-snappy-framed as conditional on that
gate, while the encoding is now always available.

Signed-off-by: Anton Karpov <karpovantonme@gmail.com>
@karpovantonme
karpovantonme requested a review from a team as a code owner August 3, 2026 00:06
@karpovantonme
karpovantonme requested a review from songy23 August 3, 2026 00:06
@linux-foundation-easycla

linux-foundation-easycla Bot commented Aug 3, 2026

Copy link
Copy Markdown

CLA Signed
The committers listed above are authorized under a signed CLA.

  • ✅ login: karpovantonme / name: Anton Karpov (221cdf5)

@karpovantonme

Copy link
Copy Markdown
Author

/easycla

@codecov

codecov Bot commented Aug 3, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.07%. Comparing base (18ed8fe) to head (244c7ba).

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #15702   +/-   ##
=======================================
  Coverage   91.07%   91.07%           
=======================================
  Files         730      730           
  Lines       48499    48499           
=======================================
  Hits        44169    44169           
  Misses       3011     3011           
  Partials     1319     1319           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@karpovantonme

Copy link
Copy Markdown
Author

/easycla

@evan-bradley evan-bradley left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @karpovantonme.

Comment thread config/confighttp/README.md Outdated
@evan-bradley
evan-bradley enabled auto-merge August 3, 2026 14:26
@songy23 songy23 added ready-to-merge Code review completed; ready to merge by maintainers Skip Contrib Tests labels Aug 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ready-to-merge Code review completed; ready to merge by maintainers Skip Contrib Tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants