add option to disable/ignore request-id header#4193
Conversation
Eomm
left a comment
There was a problem hiding this comment.
Could you update the documentation as well?
then it LGTM 👍🏽
|
@Eomm Yeah, I can probably do that. (update the docs) So, the current PR implementation does not break anything, and Also, setting requestIdHeader to PS: here is why: |
generated by running 'node build/build-validation.js' after change on 'build-validation.js'
mcollina
left a comment
There was a problem hiding this comment.
Good work, could you add this new option to the docs?
Adding documentation for opt-out of 'requestHeaderId'
|
sorry, didn't mean to do that. I updated the docs |
feat: disable/ignore request-id header (fastify#4193)
|
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
fixes #4192
This way it should not break anything, just allow for
requestIdHeaderto be ignored by setting it explicitly tofalse(I am not sure if I updated all those config validation and typescript files correctly.)
Checklist
npm run testandnpm run benchmarkand the Code of conduct