letsencrypt / challtestsrv

Small TEST-ONLY server for mock DNS & responding to HTTP-01, DNS-01, and TLS-ALPN-01 ACME challenges.
Mozilla Public License 2.0
18 stars 20 forks source link

Comment tweaks and delete fixes. #2

Closed jsha closed 5 years ago

jsha commented 5 years ago

Fix some style/clarity things in the comments.

Also, remove the "if" guards around several delete statements. The delete builtin is a no-op if the field doesn't exist, so we don't need those guards.