-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
priority:1Required ASAP. May block another project, be for an upcoming release, or cause major issues.Required ASAP. May block another project, be for an upcoming release, or cause major issues.
Description
Request.incomingMessage
passes the IncomingMessage
instance itself for bodyStream
; because of that, Request#bodyStream.readableDidRead
is always true in Request#bodyUsed()
since at this point reading the request itself (not specifically body) has started.
I don’t think stream.Readable
exposes any API to determine if already read. However, IncomingMessage
has #complete
which indicates whether the request has been fully read.
Metadata
Metadata
Assignees
Labels
priority:1Required ASAP. May block another project, be for an upcoming release, or cause major issues.Required ASAP. May block another project, be for an upcoming release, or cause major issues.
Type
Projects
Status
In Progress