fix(common): servers#listen() port validation #491
Labels
bug
Something isn't working
good-first-issue
Good for newcomers
Hacktoberfest
Hacktoberfest participants are welcome to take a stab at issues marked with this label.
Milestone
Describe the bug
The
Servers.listen(...)
method needs to ensure that the provided port parameter is a positive finite integer within the approved range for TCP ports.cc: @sfuji822 @takeutak @hartm @jonathan-m-hamilton
The text was updated successfully, but these errors were encountered: