You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure where this property is useful over just checking this[kState].closed? Seems like some kind of hybrid property of streams being closed and the old http/1 finished semantics.
I guess it is true if end() has been called OR 'close' has been emitted?
The text was updated successfully, but these errors were encountered:
lpinca
added
http2
Issues or PRs related to the http2 subsystem.
doc
Issues and PRs related to the documentations.
labels
Jul 14, 2019
The
Http2ServerRequest
has an undocumented public property "complete".I guess it should be either be documented or made private? What is it's purpose? Should we add it to http/1?
I'm not sure where this property is useful over just checking
this[kState].closed
? Seems like some kind of hybrid property of streams being closed and the old http/1finished
semantics.I guess it is
true
ifend()
has been called OR'close'
has been emitted?The text was updated successfully, but these errors were encountered: