mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 19:25:56 +03:00
[PR #1233] [CLOSED] Refactor server to use async/await #2112
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#2112
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/1233
Author: @djc
Created: 10/6/2020
Status: ❌ Closed
Base:
main← Head:server📝 Commits (5)
d1cd614make dns-over-rustls optional for tools crate2b78036prevent further lookup if no queries found4c12c68server: externalize use of Arc<Mutex> wrapper9852640server: use async functions for request handlingde272bcserver: use async/await for Catalog response handler📊 Changes
12 files changed (+155 additions, -251 deletions)
View changed files
📝
Cargo.lock(+3 -2)📝
bin/src/named.rs(+4 -3)📝
crates/resolver/src/tls/mod.rs(+3 -1)📝
crates/server/Cargo.toml(+1 -0)📝
crates/server/src/authority/catalog.rs(+109 -187)📝
crates/server/src/server/https_handler.rs(+3 -7)📝
crates/server/src/server/request_handler.rs(+5 -7)📝
crates/server/src/server/server_future.rs(+16 -38)📝
tests/integration-tests/src/lib.rs(+0 -2)📝
tests/integration-tests/tests/server_future_tests.rs(+4 -4)📝
util/Cargo.toml(+3 -0)📝
util/src/resolve.rs(+4 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.