Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
when listen.port is zero, fix multiple routines (#1057)
This used to work correctly because when the multiple routines work was first added in #382, but an important part to discover the listen port before opening the other listeners on the same socket was lost in this PR: #653. This change should fix the regression and allow multiple routines to work correctly when listen.port is set to `0`. Thanks to @rawdigits for tracking down and discovering this regression.
- Loading branch information