mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 03:05:51 +03:00
[PR #1475] [CLOSED] 1445 part2 #2351
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#2351
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/1475
Author: @lentalamp
Created: 5/1/2021
Status: ❌ Closed
Base:
main← Head:1445-part2📝 Commits (3)
08768ef1445 Replace all min & max constructs with clampc6a9e561445 Replace all min & max constructs with clamp #1473a4780c9removed .max(0), unnecessary with u32's📊 Changes
16 files changed (+18 additions, -19 deletions)
View changed files
📝
.github/workflows/test.yml(+1 -1)📝
README.md(+1 -1)📝
bin/README.md(+1 -1)📝
crates/async-std-resolver/README.md(+1 -1)📝
crates/client/README.md(+1 -1)📝
crates/https/README.md(+1 -1)📝
crates/native-tls/README.md(+1 -1)📝
crates/openssl/README.md(+1 -1)📝
crates/proto/README.md(+1 -1)📝
crates/proto/src/https/https_client_stream.rs(+3 -3)📝
crates/proto/src/https/https_server.rs(+1 -1)📝
crates/proto/src/xfer/dns_response.rs(+1 -1)📝
crates/resolver/README.md(+1 -1)📝
crates/resolver/src/dns_lru.rs(+1 -2)📝
crates/rustls/README.md(+1 -1)📝
crates/server/README.md(+1 -1)📄 Description
Building on top of #1473, I found one more place where min().max() construct could be replaced.
The simplest solution is not to use clamp(), but to remove the .max(0) as it is unnecessary on a u32.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.