Skip to content

Commit 02860d7

Browse files
authored
Merge pull request #3713 from cooltoast/v16
Correct server state configuration option
2 parents 54e85dd + 240e8ee commit 02860d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

API.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1937,7 +1937,7 @@ across multiple requests. Registers a cookie definitions where:
19371937
violation of [RFC 6265](https://tools.ietf.org/html/rfc6265). Defaults to `true`.
19381938
- `passThrough` - used by proxy plugins (e.g. [**h2o2**](https://github.com/hapijs/h2o2)).
19391939

1940-
State defaults can be modified via the server `connections.routes.state` configuration option.
1940+
State defaults can be modified via the server `connections.state` configuration option.
19411941

19421942
```js
19431943
const Hapi = require('hapi');

0 commit comments

Comments
 (0)