Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reduce conditionals in DnsNameResovlerContext
Motivation: Minor cleanup from 844d804 just to reduce the conditional statements and indentation level. Modifications: - combine the else + if into an else if statement Result: Code cleaned up.
- Loading branch information