We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbeac4a commit d3ee8edCopy full SHA for d3ee8ed
docs/Reference.md
@@ -1523,6 +1523,9 @@ and the value is an array of routes where each route contains:
1523
- `method` - the HTTP method in lower case.
1524
- `path` - the route path.
1525
1526
+Note that if the server has not been started and multiple connections use port `0`, the table items
1527
+will override each other and will produce an incomplete result.
1528
+
1529
```js
1530
var Hapi = require('hapi');
1531
var server = new Hapi.Server();
0 commit comments