[PR #410] [MERGED] fix ndots issue and no error on .local. #1418

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/410
Author: @bluejekyll
Created: 4/20/2018
Status: Merged
Merged: 4/21/2018
Merged by: @bluejekyll

Base: masterHead: fix-ndots-resolver-issue


📝 Commits (5)

  • 2eeeedc fix ndots issue and no error on .local.
  • 1fb982d add regression test for large ndots
  • d86151e add .local. functions test
  • 08d0c69 use single bool check for ndots
  • 0646896 enable test regardless of mdns feature

📊 Changes

2 files changed (+118 additions, -54 deletions)

View changed files

📝 resolver/src/lookup_state.rs (+72 -52)
📝 resolver/src/resolver_future.rs (+46 -2)

📄 Description

fixes #409
fixes #408


🔄 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/410 **Author:** [@bluejekyll](https://github.com/bluejekyll) **Created:** 4/20/2018 **Status:** ✅ Merged **Merged:** 4/21/2018 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `master` ← **Head:** `fix-ndots-resolver-issue` --- ### 📝 Commits (5) - [`2eeeedc`](https://github.com/hickory-dns/hickory-dns/commit/2eeeedc1b94a858de4cf7f343c2cf1ec17a8c944) fix ndots issue and no error on .local. - [`1fb982d`](https://github.com/hickory-dns/hickory-dns/commit/1fb982d810a16f36b8643b32f0a71d8fd02b9995) add regression test for large ndots - [`d86151e`](https://github.com/hickory-dns/hickory-dns/commit/d86151e20f47a3fec04a0b13c04eba950112c72b) add .local. functions test - [`08d0c69`](https://github.com/hickory-dns/hickory-dns/commit/08d0c697403ded2e1aa723cf258c207748a188c7) use single bool check for ndots - [`0646896`](https://github.com/hickory-dns/hickory-dns/commit/064689606bde1a1c8480e244e27fa41ca7ff755f) enable test regardless of mdns feature ### 📊 Changes **2 files changed** (+118 additions, -54 deletions) <details> <summary>View changed files</summary> 📝 `resolver/src/lookup_state.rs` (+72 -52) 📝 `resolver/src/resolver_future.rs` (+46 -2) </details> ### 📄 Description fixes #409 fixes #408 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 02:05:24 +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#1418
No description provided.