mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 03:05:51 +03:00
[PR #541] [MERGED] Incorporate DnsExchange and DnsMultiplexer into Client #1503
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#1503
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/541
Author: @bluejekyll
Created: 8/4/2018
Status: ✅ Merged
Merged: 8/7/2018
Merged by: @bluejekyll
Base:
master← Head:https_server_client📝 Commits (5)
877baafClientFuture with Multiplexer compiling2c2e03ccorrect signer logic2f43bb1fix timeout associatione4f0731allow deprecated for test on failureaff545cadd DoH test for ClientFuture📊 Changes
40 files changed (+878 additions, -440 deletions)
View changed files
📝
CHANGELOG.md(+8 -0)📝
client/Cargo.toml(+3 -1)📝
client/src/client/client.rs(+78 -48)📝
client/src/client/client_connection.rs(+19 -15)📝
client/src/client/client_future.rs(+144 -37)➕
client/src/https_client_connection.rs(+109 -0)📝
client/src/lib.rs(+25 -4)📝
client/src/multicast/mdns_client_connection.rs(+17 -11)📝
client/src/tcp/tcp_client_connection.rs(+22 -23)📝
client/src/udp/udp_client_connection.rs(+22 -23)📝
https/src/https_client_stream.rs(+1 -0)📝
https/src/lib.rs(+1 -1)📝
integration-tests/Cargo.toml(+4 -1)📝
integration-tests/src/lib.rs(+26 -18)📝
integration-tests/src/tls_client_connection.rs(+21 -21)📝
integration-tests/tests/client_future_tests.rs(+111 -42)📝
integration-tests/tests/client_tests.rs(+17 -11)📝
integration-tests/tests/mdns_tests.rs(+15 -14)📝
integration-tests/tests/secure_client_handle_tests.rs(+27 -17)📝
integration-tests/tests/server_future_tests.rs(+10 -11)...and 20 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.