Skip to content

fix(service): Force HTTP/1-only for backend reqwest client#574

Merged
lcian merged 1 commit into
mainfrom
fix/service-force-http1-backend-client
Jul 22, 2026
Merged

fix(service): Force HTTP/1-only for backend reqwest client#574
lcian merged 1 commit into
mainfrom
fix/service-force-http1-backend-client

Conversation

@lcian

@lcian lcian commented Jul 22, 2026

Copy link
Copy Markdown
Member

Upgrading Sentry unified our dependency graph such that the current Sentry release enables HTTP/2 negotiation on the reqwest client.
Under many concurrent requests to GCS, turns out that HTTP/2 introduces high latency.

The shared backend reqwest client now forces HTTP/1 only.

Close FS-455

Sentry upgrades unified deps such that the shared reqwest client now
negotiates HTTP/2. Keep objectstore backends on HTTP/1 to avoid latency
spikes under high concurrency against GCS.
@lcian
lcian marked this pull request as ready for review July 22, 2026 14:38
@lcian
lcian requested a review from a team as a code owner July 22, 2026 14:38
@codecov

codecov Bot commented Jul 22, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 87.66%. Comparing base (61ef943) to head (d5e1b50).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #574   +/-   ##
=======================================
  Coverage   87.66%   87.66%           
=======================================
  Files          93       93           
  Lines       15115    15116    +1     
=======================================
+ Hits        13251    13252    +1     
  Misses       1864     1864           
Components Coverage Δ
Rust Backend 92.45% <100.00%> (+<0.01%) ⬆️
Rust Client 79.89% <ø> (ø)
Python Client 90.38% <ø> (ø)

☔ 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.

@linear-code

linear-code Bot commented Jul 22, 2026

Copy link
Copy Markdown

FS-455

@lcian
lcian merged commit 686cb6e into main Jul 22, 2026
27 checks passed
@lcian
lcian deleted the fix/service-force-http1-backend-client branch July 22, 2026 14:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants