Skip to content

fix: replace Wright HTTP/1.x transport - #289

Merged
Teakowa merged 3 commits into
mainfrom
fix/issue-288-provider-http2
Sep 8, 2026
Merged

fix: replace Wright HTTP/1.x transport#289
Teakowa merged 3 commits into
mainfrom
fix/issue-288-provider-http2

Conversation

@e54-bot

@e54-bot e54-bot commented Sep 8, 2026

Copy link
Copy Markdown
Collaborator

Closes #288

Summary

  • replace all Wright-owned ureq consumers with one HTTP/2-capable blocking HTTPS client configuration
  • reuse clients within provider bootstrap/update and self-update workflows
  • retain request timeouts, size limits, checksum verification, error handling, and activation behavior

Verification

  • cargo fmt --all -- --check
  • cargo clippy --workspace --all-targets --all-features -- -D warnings
  • cargo test --workspace --all-targets --all-features
  • clean production OPY provider bootstrap from releases.wrightkit.dev
  • independent ablation: HTTP/1.1 transport fails against the production release policy while the HTTP/2 path succeeds

@Teakowa Teakowa left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

One blocking regression in the existing wright update validation/offline behavior.

Comment thread crates/wright-cli/src/update.rs Outdated

@Teakowa Teakowa left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM

@Teakowa
Teakowa merged commit 0e271c5 into main Sep 8, 2026
11 checks passed
@Teakowa
Teakowa deleted the fix/issue-288-provider-http2 branch September 8, 2026 19:18
@github-project-automation github-project-automation Bot moved this from Backlog to Done in Make Workshop Great Again Sep 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Development

Successfully merging this pull request may close these issues.

Replace Wright's HTTP/1.x client with an HTTP/2-capable client

2 participants