mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 03:05:51 +03:00
[PR #1337] [CLOSED] Streaming API for Resolver #2223
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#2223
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/1337
Author: @bluejekyll
Created: 1/3/2021
Status: ❌ Closed
Base:
main← Head:streaming-api📝 Commits (3)
a5fc277remove small-vec from DnsResponse and begin transition to Streaming API99d9199rename DnsResponseFuture to DnsResponseStreamf689a14convert DnsHandle to streaming api📊 Changes
18 files changed (+302 additions, -259 deletions)
View changed files
📝
Cargo.lock(+1 -0)📝
crates/client/src/client/async_client.rs(+10 -6)📝
crates/client/src/client/async_secure_client.rs(+2 -2)📝
crates/client/src/client/client.rs(+31 -11)📝
crates/client/src/client/memoize_client_handle.rs(+43 -15)📝
crates/client/src/client/rc_future.rs(+43 -29)📝
crates/https/src/https_client_stream.rs(+11 -6)📝
crates/proto/Cargo.toml(+1 -0)📝
crates/proto/src/tests/udp.rs(+5 -8)📝
crates/proto/src/udp/udp_client_stream.rs(+8 -11)📝
crates/proto/src/xfer/dns_exchange.rs(+4 -4)📝
crates/proto/src/xfer/dns_handle.rs(+2 -2)📝
crates/proto/src/xfer/dns_multiplexer.rs(+29 -45)📝
crates/proto/src/xfer/dns_response.rs(+36 -61)📝
crates/proto/src/xfer/dnssec_dns_handle.rs(+33 -13)📝
crates/proto/src/xfer/mod.rs(+17 -19)📝
crates/proto/src/xfer/retry_dns_handle.rs(+21 -13)📝
crates/resolver/src/caching_client.rs(+5 -14)📄 Description
Migrate resolver to streaming API
sendfixes: #383
See discussion on common DNS api for Reqwest here: https://github.com/seanmonstar/reqwest/issues/1125
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.