chore(http): remove no-proxy dependency - #26204
Merged
Merged
Conversation
pront
marked this pull request as ready for review
August 25, 2026 18:12
thomasqueirozb
approved these changes
Aug 25, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Motivation
The
no-proxycrate served us well for a while. In the context of the HTTP v1 migration, we prefer owning this small contract in Vector to give the transport migration direct control over its proxy-routing behavior.Changes
This implementation was LLM generated. It changes the underlying implementation and it preserves the usage behavior. Regression tests cover wildcard, host, dotted-host, host-and-port, IPv4, IPv6, CIDR, whitespace, deduplication, and serialization behavior.
References
httpcrate to version 1.0.0.Vector configuration
No configuration changes. Existing configurations such as the following retain the same shape and behavior:
How did you test this PR?
make test(3,617 passed, 13 skipped)cargo test -p vector http::transport_tests --lib -- --test-threads=1(26 passed)cargo test -p vector-core(251 passed; doctests: 1 passed, 1 ignored)cargo test -p vector-config(45 passed)make check-clippymake check-fmtmake check-generated-docswith repository-pinned CUE 0.17.1 (248 examples passed, 4 skipped)make build-licensesmake check-licensescargo tree -i no-proxyconfirms the package is absent from the dependency graph.Is this a breaking change?
Does this PR include user facing changes?
Contributor Guidelines
@vectordotdev/vectorto reach out to us regarding this PR.pre-pushhook (template) or run the following locally before pushing:make fmtmake check-clippy(auto-fix withmake clippy-fix)make testgit merge origin masterandgit push.Cargo.lock), pleaserun
make build-licensesto regenerate the license inventory and commit the changes (if any). More details on the dd-rust-license-tool.