[PR #1952] [MERGED] server: drop response messages #2717

Closed
opened 2026-03-16 11:04:23 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/1952
Author: @djc
Created: 6/1/2023
Status: Merged
Merged: 6/1/2023
Merged by: @bluejekyll

Base: release/0.22Head: 0.22-drop-qr


📝 Commits (2)

  • b1e8cd0 server: drop response messages
  • 7bc1a80 Regenerate the test SSL certificates

📊 Changes

10 files changed (+236 additions, -195 deletions)

View changed files

📝 crates/server/src/server/server_future.rs (+6 -1)
📝 tests/integration-tests/tests/server_future_tests.rs (+34 -0)
📝 tests/test-data/ca.der (+0 -0)
📝 tests/test-data/ca.key (+49 -49)
📝 tests/test-data/ca.pem (+29 -27)
📝 tests/test-data/ca.pubkey (+12 -12)
📝 tests/test-data/cert-key.pem (+49 -49)
📝 tests/test-data/cert.csr (+26 -27)
📝 tests/test-data/cert.p12 (+0 -0)
📝 tests/test-data/cert.pem (+31 -30)

📄 Description

No description provided


🔄 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/1952 **Author:** [@djc](https://github.com/djc) **Created:** 6/1/2023 **Status:** ✅ Merged **Merged:** 6/1/2023 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `release/0.22` ← **Head:** `0.22-drop-qr` --- ### 📝 Commits (2) - [`b1e8cd0`](https://github.com/hickory-dns/hickory-dns/commit/b1e8cd0112af4fb3f26698863c886e35b2ac2504) server: drop response messages - [`7bc1a80`](https://github.com/hickory-dns/hickory-dns/commit/7bc1a80dfeb772648f3c909f61866d63cd9686e3) Regenerate the test SSL certificates ### 📊 Changes **10 files changed** (+236 additions, -195 deletions) <details> <summary>View changed files</summary> 📝 `crates/server/src/server/server_future.rs` (+6 -1) 📝 `tests/integration-tests/tests/server_future_tests.rs` (+34 -0) 📝 `tests/test-data/ca.der` (+0 -0) 📝 `tests/test-data/ca.key` (+49 -49) 📝 `tests/test-data/ca.pem` (+29 -27) 📝 `tests/test-data/ca.pubkey` (+12 -12) 📝 `tests/test-data/cert-key.pem` (+49 -49) 📝 `tests/test-data/cert.csr` (+26 -27) 📝 `tests/test-data/cert.p12` (+0 -0) 📝 `tests/test-data/cert.pem` (+31 -30) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 11:04:23 +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#2717
No description provided.