mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 03:05:51 +03:00
[PR #1541] [MERGED] Remove AsyncClientConnect and AsyncSecureClientConnect in favor of async constructors #2404
Labels
No labels
blocked
breaking-change
bug
bug:critical
bug:tests
cleanup
compliance
compliance
compliance
crate:all
crate:client
crate:native-tls
crate:proto
crate:recursor
crate:resolver
crate:resolver
crate:rustls
crate:server
crate:util
dependencies
docs
duplicate
easy
easy
enhance
enhance
enhance
feature:dns-over-https
feature:dns-over-quic
feature:dns-over-tls
feature:dnsssec
feature:global_lb
feature:mdns
feature:tsig
features:edns
has workaround
ops
perf
platform:WASM
platform:android
platform:fuchsia
platform:linux
platform:macos
platform:windows
pull-request
question
test
tools
tools
trust
unclear
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hickory-dns#2404
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/hickory-dns/hickory-dns/pull/1541
Author: @ErwanDL
Created: 8/20/2021
Status: ✅ Merged
Merged: 8/23/2021
Merged by: @bluejekyll
Base:
main← Head:remove-asyncclientconnect📝 Commits (3)
002fd36remove AsyncClientConnect and AsyncSecureClientConnect in favor of async constructorsfdfbfc8Merge branch 'main' into remove-asyncclientconnecta953a52Merge branch 'main' into remove-asyncclientconnect📊 Changes
3 files changed (+56 additions, -104 deletions)
View changed files
📝
crates/client/src/client/async_client.rs(+40 -51)📝
crates/client/src/client/async_secure_client.rs(+14 -47)📝
crates/client/src/client/mod.rs(+2 -6)📄 Description
This is the second PR associated with #1532, removing the intermediate
AsyncClientConnectobject in favor ofasyncfunctions to construct theAsyncClient, as discussed on the issue.I also removed
AsyncSecureClientConnectand make similar changes toAsyncDnssecClientas they were also based onAsyncClientConnect/AsyncClient.There should be very little to no changes in usage for users, and the tests still all pass on my machine without having had to make any change to them.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.