mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 03:05:51 +03:00
[PR #1433] [MERGED] Remove BufStreamHandle #2322
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#2322
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/1433
Author: @bluejekyll
Created: 4/1/2021
Status: ✅ Merged
Merged: 4/10/2021
Merged by: @bluejekyll
Base:
main← Head:remove_buf_stream_handle📝 Commits (6)
bfafdb0disable mDNS, remove multi-return arraya1dd1fdremove unnecessary BufStreamHandle405487erename name_server in UdpSocket and BufDnsStreamHandle to remote_addrd8788ccRemove unused StreamHandlec16514eupdated CHANGELOG0757887fix typo and use type inference📊 Changes
40 files changed (+184 additions, -300 deletions)
View changed files
📝
CHANGELOG.md(+10 -0)📝
Makefile.toml(+11 -2)📝
bin/tests/named_rustls_tests.rs(+2 -2)📝
crates/client/src/client/async_client.rs(+5 -5)📝
crates/native-tls/src/tests.rs(+1 -1)📝
crates/native-tls/src/tls_client_stream.rs(+0 -2)📝
crates/native-tls/src/tls_stream.rs(+5 -5)📝
crates/openssl/src/tls_client_stream.rs(+0 -2)📝
crates/openssl/src/tls_stream.rs(+5 -5)📝
crates/openssl/tests/openssl_tests.rs(+1 -1)📝
crates/proto/src/lib.rs(+2 -2)📝
crates/proto/src/multicast/mdns_client_stream.rs(+4 -6)📝
crates/proto/src/multicast/mdns_stream.rs(+6 -5)📝
crates/proto/src/tcp/tcp_client_stream.rs(+3 -13)📝
crates/proto/src/tcp/tcp_stream.rs(+8 -6)📝
crates/proto/src/tests/tcp.rs(+1 -0)📝
crates/proto/src/tests/udp.rs(+2 -1)📝
crates/proto/src/udp/udp_stream.rs(+9 -8)📝
crates/proto/src/xfer/dns_handle.rs(+0 -20)📝
crates/proto/src/xfer/dns_multiplexer.rs(+19 -74)...and 20 more files
📄 Description
@djc, I'm just doing a little cleanup. I think there are a few todos in here, will move from draft once I change those.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.