mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 03:05:51 +03:00
[PR #595] [MERGED] Don't require DnsExchange in ClientFuture usage #1542
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#1542
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/595
Author: @bluejekyll
Created: 10/27/2018
Status: ✅ Merged
Merged: 10/28/2018
Merged by: @bluejekyll
Base:
master← Head:simplify-client-xfer-impl📝 Commits (3)
2b81f94Don't require DnsExchange in ClientFuture usage3eafd38unbox some of multiplexer usage99e30fefix benches📊 Changes
24 files changed (+264 additions, -329 deletions)
View changed files
📝
crates/client/src/client/client.rs(+5 -5)📝
crates/client/src/client/client_connection.rs(+2 -10)📝
crates/client/src/client/client_future.rs(+24 -40)📝
crates/client/src/https_client_connection.rs(+5 -12)📝
crates/client/src/multicast/mdns_client_connection.rs(+6 -14)📝
crates/client/src/tcp/tcp_client_connection.rs(+5 -15)📝
crates/client/src/udp/udp_client_connection.rs(+6 -16)📝
crates/proto/src/multicast/mdns_client_stream.rs(+16 -12)📝
crates/proto/src/multicast/mod.rs(+6 -6)📝
crates/proto/src/op/message.rs(+1 -1)📝
crates/proto/src/tcp/mod.rs(+1 -1)📝
crates/proto/src/tcp/tcp_client_stream.rs(+7 -4)📝
crates/proto/src/tcp/tcp_stream.rs(+28 -23)📝
crates/proto/src/udp/mod.rs(+1 -1)📝
crates/proto/src/udp/udp_client_stream.rs(+14 -6)📝
crates/proto/src/xfer/dns_multiplexer.rs(+23 -17)📝
crates/server/benches/comparison_benches.rs(+4 -7)📝
crates/server/tests/z_named_https_tests.rs(+3 -4)📝
crates/server/tests/z_named_test_rsa_dnssec.rs(+3 -3)📝
tests/integration-tests/src/lib.rs(+8 -12)...and 4 more files
📄 Description
This should simplify the ClientFuture usage a bit.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.