Skip to content

Commit

Permalink
feat: Server.Run(...) validate addr (#63)
Browse files Browse the repository at this point in the history
* feat: Server.Run(...) validate addr

Add validation to the addr parameter of
Server.Run(...) to ensure it is a valid TCP
address.   If the addr is ipv6, and it's missing
the required square brackets, add them.
  • Loading branch information
jimlambrt committed Feb 22, 2024
1 parent be86831 commit d287cec
Show file tree
Hide file tree
Showing 5 changed files with 364 additions and 33 deletions.
Loading

0 comments on commit d287cec

Please sign in to comment.