mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 11:15:54 +03:00
[PR #932] [MERGED] update to tokio 0.2 release #1800
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#1800
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/932
Author: @bluejekyll
Created: 11/27/2019
Status: ✅ Merged
Merged: 12/6/2019
Merged by: @bluejekyll
Base:
master← Head:update-tokio-0.2-alpha.2📝 Commits (9)
277cea5update to tokio 0.2 release548ea60update to h2 0.2.026cd76ffix compilation errors9f6c73eserver await JoinHandles from spawn76d4e4cfix integration tests using different Runtimes1da8ad4cleanup named test output4edae99fix openssl tests3594bbdcleanup code from review8ed7248refactor server_future for JoinHandle, also fix Udp deadlock📊 Changes
85 files changed (+1147 additions, -1524 deletions)
View changed files
📝
Cargo.lock(+328 -632)📝
Cargo.toml(+3 -0)📝
bin/Cargo.toml(+3 -5)📝
bin/benches/comparison_benches.rs(+3 -4)📝
bin/src/named.rs(+108 -108)📝
bin/tests/named_https_tests.rs(+3 -3)📝
bin/tests/named_openssl_tests.rs(+1 -1)📝
bin/tests/named_rustls_tests.rs(+1 -1)📝
bin/tests/named_test_rsa_dnssec.rs(+2 -3)📝
bin/tests/named_tests.rs(+4 -6)📝
bin/tests/server_harness/mod.rs(+31 -25)📝
crates/client/Cargo.toml(+7 -9)📝
crates/client/src/client/client.rs(+19 -28)📝
crates/client/src/client/client_future.rs(+2 -2)📝
crates/client/src/client/rc_future.rs(+2 -2)📝
crates/client/src/lib.rs(+2 -2)📝
crates/client/src/tcp/tcp_client_connection.rs(+1 -1)📝
crates/client/src/udp/udp_client_connection.rs(+1 -1)📝
crates/https/Cargo.toml(+7 -9)📝
crates/https/src/https_client_stream.rs(+12 -12)...and 65 more files
📄 Description
fixes: #931
fixes: #939
Awaiting releases for:
typed-headers, https://github.com/sfackler/typed-headers/pull/8(separate issue filed, #943)🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.