[PR #435] [MERGED] tokio_reactor::Handle cleanup and support std::net structs again in server_future #1432

Closed
opened 2026-03-16 02:06:13 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/435
Author: @Keruspe
Created: 4/27/2018
Status: Merged
Merged: 4/29/2018
Merged by: @bluejekyll

Base: masterHead: master


📝 Commits (4)

  • 3c8efa0 hide tokio_reactor::Handle as much as possible
  • f771959 server: add _std alternatives to tokio_udp and tokio_tcp register functions
  • 333d9c6 Merge branch 'master' into master
  • 5cfb579 update cfg feature references

📊 Changes

11 files changed (+58 additions, -34 deletions)

View changed files

📝 Cargo.lock (+1 -1)
📝 client/Cargo.toml (+0 -1)
📝 client/src/lib.rs (+0 -1)
📝 client/src/multicast/mdns_client_connection.rs (+0 -2)
📝 integration-tests/tests/mdns_tests.rs (+0 -3)
📝 proto/src/multicast/mdns_client_stream.rs (+0 -7)
📝 proto/src/multicast/mdns_stream.rs (+2 -15)
📝 resolver/src/name_server_pool.rs (+0 -1)
📝 server/Cargo.toml (+1 -0)
📝 server/src/lib.rs (+1 -0)
📝 server/src/server/server_future.rs (+53 -3)

📄 Description

Fixes #434


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hickory-dns/hickory-dns/pull/435 **Author:** [@Keruspe](https://github.com/Keruspe) **Created:** 4/27/2018 **Status:** ✅ Merged **Merged:** 4/29/2018 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (4) - [`3c8efa0`](https://github.com/hickory-dns/hickory-dns/commit/3c8efa0eb0fec7577d3e969104497358f05c73f4) hide tokio_reactor::Handle as much as possible - [`f771959`](https://github.com/hickory-dns/hickory-dns/commit/f771959d9eddf98040c5d20d0516b68bdba9c459) server: add _std alternatives to tokio_udp and tokio_tcp register functions - [`333d9c6`](https://github.com/hickory-dns/hickory-dns/commit/333d9c602172f271f00065231a2d909893e863df) Merge branch 'master' into master - [`5cfb579`](https://github.com/hickory-dns/hickory-dns/commit/5cfb57934fe5d184b9718b149751c6f8fbc6f1e6) update cfg feature references ### 📊 Changes **11 files changed** (+58 additions, -34 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+1 -1) 📝 `client/Cargo.toml` (+0 -1) 📝 `client/src/lib.rs` (+0 -1) 📝 `client/src/multicast/mdns_client_connection.rs` (+0 -2) 📝 `integration-tests/tests/mdns_tests.rs` (+0 -3) 📝 `proto/src/multicast/mdns_client_stream.rs` (+0 -7) 📝 `proto/src/multicast/mdns_stream.rs` (+2 -15) 📝 `resolver/src/name_server_pool.rs` (+0 -1) 📝 `server/Cargo.toml` (+1 -0) 📝 `server/src/lib.rs` (+1 -0) 📝 `server/src/server/server_future.rs` (+53 -3) </details> ### 📄 Description Fixes #434 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 02:06:13 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hickory-dns#1432
No description provided.