Skip to content

Commit d3ee8ed

Browse files
author
Eran Hammer
committed
clarify table() limitation
1 parent fbeac4a commit d3ee8ed

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/Reference.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1523,6 +1523,9 @@ and the value is an array of routes where each route contains:
15231523
- `method` - the HTTP method in lower case.
15241524
- `path` - the route path.
15251525

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+
15261529
```js
15271530
var Hapi = require('hapi');
15281531
var server = new Hapi.Server();

0 commit comments

Comments
 (0)