| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
@nodejs/documentation @nodejs/http2 |
Sorry, something went wrong.
There was a problem hiding this comment.
Grammar/spelling nit:
For the closed stream, the callback
Sorry, something went wrong.
There was a problem hiding this comment.
Any spelling wrong or……?
Sorry, something went wrong.
There was a problem hiding this comment.
I meant omit the And, and lower-case the.
Sorry, something went wrong.
There was a problem hiding this comment.
OK. Thanks. I'll also collect other suggestions and do modifications together :)
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM
Sorry, something went wrong.
There was a problem hiding this comment.
hmm... the when the stream is closed bit is a bit confusing.
The callback is invoked either (a) after the pushed Http2Stream instead has been created and is ready for use or (b) after the attempt to create the pushed Http2Stream has failed or has been rejected.
Sorry, something went wrong.
There was a problem hiding this comment.
Well……according to what you suggested, I've included these points in my doc modifications :)
Sorry, something went wrong.
There was a problem hiding this comment.
Needs additional edits. See comment ^^
Sorry, something went wrong.
There was a problem hiding this comment.
Sorry, something went wrong.
There was a problem hiding this comment.
OK
Sorry, something went wrong.
There was a problem hiding this comment.
For 1st: I've only meant to add backticks)
Sorry, something went wrong.
There was a problem hiding this comment.
ok, I've found it. Thanks!
Sorry, something went wrong.
There was a problem hiding this comment.
Consistency nit: it seems we do not add periods if the description is not a full sentence (see headers description above).
Sorry, something went wrong.
There was a problem hiding this comment.
OK
Sorry, something went wrong.
Sorry, something went wrong.
There was a problem hiding this comment.
The last bit, , or the state of Http2ServerRequest is closed should be clarified. , or the state of Http2ServerRequest is closed prior to calling the pushStream() method. would be clearer.
Sorry, something went wrong.
There was a problem hiding this comment.
OK, it's been fixed.
Sorry, something went wrong.
Sorry, something went wrong.
|
@Maledong can you rebase against master? There is the need of a commit there to make CI pass. |
Sorry, something went wrong.
|
@mcollina:OK, I'll rebase and have a submit :) |
Sorry, something went wrong.
Ref: #22322 In summary: We don't know what will return when successful or failure for the callback of the function. So make it more detailled.
Sorry, something went wrong.
We don't know what will return when successful or failure for the callback of the function. So this commit makes it more detailled. PR-URL: #22366 Refs: #22322 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
|
Thanks all! |
Sorry, something went wrong.
We don't know what will return when successful or failure for the callback of the function. So this commit makes it more detailled. PR-URL: #22366 Refs: #22322 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
We don't know what will return when successful or failure for the callback of the function. So this commit makes it more detailled. PR-URL: #22366 Refs: #22322 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
We don't know what will return when successful or failure for the callback of the function. So this commit makes it more detailled. PR-URL: nodejs#22366 Refs: nodejs#22322 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
We don't know what will return when successful or failure for the callback of the function. So this commit makes it more detailled. PR-URL: nodejs#22366 Refs: nodejs#22322 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
We don't know what will return when successful or failure for the callback of the function. So this commit makes it more detailled. Backport-PR-URL: #22850 PR-URL: #22366 Refs: #22322 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
| Back | FazBrowse Home | New Git URL |
Ref: #22322
In summary:
We don't know what will return when successful or failure for
the callback of the function. So make it more detailled.