-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Streaming input #317
base: master
Are you sure you want to change the base?
Streaming input #317
Conversation
Signed-off-by: Matteo Collina <[email protected]>
Signed-off-by: Matteo Collina <[email protected]>
Signed-off-by: Matteo Collina <[email protected]>
Signed-off-by: Matteo Collina <[email protected]>
} | ||
{ | ||
const payload = this._lightMyRequest.payload | ||
if (payload && payload._readableState) { // does not quack like a stream |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you mean "quacks like a stream" here :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would just fix this comment.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small nits, but LGTM!
Signed-off-by: Matteo Collina <[email protected]>
@fastify/libraries I need another review |
Signed-off-by: Matteo Collina <[email protected]>
} | ||
{ | ||
const payload = this._lightMyRequest.payload | ||
if (payload && payload._readableState) { // does not quack like a stream |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would just fix this comment.
This PR does two things:
Checklist
npm run test
andnpm run benchmark
and the Code of conduct