mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 03:05:51 +03:00
[PR #518] [CLOSED] (wip) Refactor streams to serial message #1493
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#1493
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/518
Author: @bluejekyll
Created: 6/24/2018
Status: ❌ Closed
Base:
master← Head:refactor-streams-to-serial-message📝 Commits (10+)
c760af2initial HttpsClientStream implb7e97ecredo the interface for the HttpsClientStreamff16639add query parameter for querydf05a26add basic test09a791einitial working HttpsClientStream2ef9dd9enable automated tests for httpsf9a16b3cleanup response handling statesa989c67make DnsStreamHandle on DnsFuture generic4fc9357convert all streams to SerialMessagec1e5ecarefactor send_message to directly return a Future📊 Changes
33 files changed (+1333 additions, -169 deletions)
View changed files
📝
Cargo.toml(+1 -10)📝
client/src/client/client_connection.rs(+2 -1)📝
client/src/client/client_future.rs(+3 -3)➕
https/Cargo.toml(+65 -0)➕
https/README.md(+9 -0)➕
https/src/https_client_stream.rs(+625 -0)➕
https/src/lib.rs(+35 -0)📝
integration-tests/src/lib.rs(+7 -6)📝
integration-tests/tests/server_future_tests.rs(+38 -24)📝
native-tls/src/tests.rs(+9 -6)📝
openssl/tests/openssl_tests.rs(+10 -7)📝
proto/src/error.rs(+2 -2)📝
proto/src/tcp/tcp_client_stream.rs(+12 -15)📝
proto/src/tcp/tcp_stream.rs(+19 -14)📝
proto/src/udp/udp_client_stream.rs(+16 -19)📝
proto/src/udp/udp_stream.rs(+11 -11)📝
proto/src/xfer/dns_future.rs(+18 -17)📝
proto/src/xfer/dns_handle.rs(+2 -2)➕
proto/src/xfer/dns_stream.rs(+211 -0)📝
proto/src/xfer/mod.rs(+94 -7)...and 13 more files
📄 Description
this builds on top of #509
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.