Skip to content

Commit

Permalink
Merge branch 'master' into feat/windows-benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
kibertoad committed Jun 8, 2020
2 parents 4d7e556 + df40dac commit c62eccb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/Server.md
Expand Up @@ -194,6 +194,8 @@ fastify.addHook('onResponse', (req, reply, done) => {
})
```

Please note that this setting will also disable an error log written by the the default `onResponse` hook on reply callback errors.

<a name="custom-http-server"></a>
### `serverFactory`
You can pass a custom http server to Fastify by using the `serverFactory` option.<br/>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -105,7 +105,7 @@
"ajv-i18n": "^3.5.0",
"ajv-merge-patch": "^4.1.0",
"ajv-pack": "^0.3.1",
"autocannon": "^4.0.0",
"autocannon": "^5.0.0",
"branch-comparer": "^1.0.2",
"concurrently": "^5.0.2",
"cors": "^2.8.5",
Expand Down

0 comments on commit c62eccb

Please sign in to comment.