mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 03:05:51 +03:00
[PR #438] [MERGED] Switch to tokio-executor, drop use of tokio_core::reactor::Handle #1436
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#1436
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/438
Author: @bluejekyll
Created: 4/29/2018
Status: ✅ Merged
Merged: 4/29/2018
Merged by: @bluejekyll
Base:
master← Head:Keruspe-tokio-executor📝 Commits (6)
d970a80Initial conversion to tokio-executor.165b9cfadd mutex to catalogue in itegration tests9073688drop use of tokio_core::reactor::Handledafdb73resolver: drop leftover references to tokio_reactor::Handle4136181dns_future: workaround spawn bug by using thread + run2d7cb6bfix race condition on query_id📊 Changes
43 files changed (+257 additions, -341 deletions)
View changed files
📝
Cargo.lock(+1 -0)📝
client/src/client/client.rs(+15 -15)📝
client/src/client/client_connection.rs(+3 -3)📝
client/src/client/client_future.rs(+5 -14)📝
client/src/multicast/mdns_client_connection.rs(+2 -2)📝
client/src/tcp/tcp_client_connection.rs(+2 -2)📝
client/src/udp/udp_client_connection.rs(+2 -2)📝
compatibility-tests/src/lib.rs(+1 -1)📝
integration-tests/src/lib.rs(+20 -17)📝
integration-tests/src/tls_client_connection.rs(+2 -2)📝
integration-tests/tests/client_future_tests.rs(+27 -44)📝
integration-tests/tests/client_tests.rs(+5 -5)📝
integration-tests/tests/lookup_tests.rs(+8 -18)📝
integration-tests/tests/mdns_tests.rs(+2 -2)📝
integration-tests/tests/name_server_pool_tests.rs(+16 -37)📝
integration-tests/tests/secure_client_handle_tests.rs(+7 -7)📝
native-tls/src/tls_client_stream.rs(+4 -4)📝
native-tls/src/tls_stream.rs(+2 -2)📝
openssl/src/tls_client_stream.rs(+4 -4)📝
openssl/src/tls_stream.rs(+2 -2)...and 23 more files
📄 Description
Based on #437 and #433, part of #385
This fixes the race condition in DnsFuture
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.