Skip to content

chore(http): stage a private Hyper 1 client - #26087

Merged
pront merged 5 commits into
masterfrom
pront-http-v1-client
Aug 19, 2026
Merged

chore(http): stage a private Hyper 1 client#26087
pront merged 5 commits into
masterfrom
pront-http-v1-client

Conversation

@pront

@pront pront commented Aug 12, 2026

Copy link
Copy Markdown
Member

Summary

Motivation

The Hyper 1 migration needs a version-native client path so we can validate real transport behavior without a cross-version request/response bridge. This PR keeps that client private and unused by production callers, establishing the migration seam without changing Vector's runtime HTTP behavior.

Changes

  • Add a private, pooled Hyper 1 client with explicit direct, forward-proxy, and CONNECT-proxy routes.
  • Preserve Vector TLS behavior for trusted CAs, mTLS, TLS server-name overrides, and TLS proxies.
  • Exercise the shared direct/TLS/proxy transport contract through both legacy and Hyper 1 clients.

Vector configuration

No configuration changes.

How did you test this PR?

  • make check-fmt
  • make check-events
  • make check-clippy
  • cargo test -p vector http::transport_tests --lib (24 passed)

Is this a breaking change?

  • Yes
  • No

Does this PR include user facing changes?

  • Yes. Please add a changelog fragment based on our guidelines.
  • No. The new client has no production callers and no configuration surface.

References

@github-actions github-actions Bot added the domain: core Anything related to core crates i.e. vector-core, core-common, etc label Aug 12, 2026
@pront pront added the no-changelog Changes in this PR do not need user-facing explanations in the release changelog label Aug 12, 2026
@pront pront changed the title feat(http): add a private native Hyper 1 client feat(http): stage a private Hyper 1 client Aug 12, 2026
@pront
pront force-pushed the pront-http-v1-client branch from 5b56f73 to 1f80dff Compare August 13, 2026 18:23
@github-actions github-actions Bot removed the domain: core Anything related to core crates i.e. vector-core, core-common, etc label Aug 13, 2026
@pront pront changed the title feat(http): stage a private Hyper 1 client chore(http): stage a private Hyper 1 client Aug 14, 2026
@pront
pront marked this pull request as ready for review August 14, 2026 19:02
@pront
pront requested a review from a team as a code owner August 14, 2026 19:02

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 135ed8fb39

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread src/http/client_v1.rs Outdated
Comment thread src/http/client_v1.rs Outdated
Comment thread src/http/client_v1.rs

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 0ba35366ad

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread src/http/client_v1.rs

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: f8b9747037

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread src/http/client_v1.rs
Comment thread src/http/client_v1.rs
@pront
pront added this pull request to the merge queue Aug 19, 2026
Merged via the queue into master with commit b7759a8 Aug 19, 2026
170 checks passed
@pront
pront deleted the pront-http-v1-client branch August 19, 2026 15:35
@github-actions github-actions Bot locked and limited conversation to collaborators Aug 19, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

no-changelog Changes in this PR do not need user-facing explanations in the release changelog

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants