Skip to content

Conversation

vietj
Copy link
Member

@vietj vietj commented Jul 9, 2025

Motivation:

HttpClientRequest#send(ReadStream<Buffer>) pipes the stream to the request with the default behavior that is to end the stream.

Instead it should signal the error and reset the stream.

@vietj vietj added the bug label Jul 9, 2025
@vietj vietj added this to the 5.1.0 milestone Jul 9, 2025
@vietj vietj linked an issue Jul 9, 2025 that may be closed by this pull request
@NilsRenaud
Copy link
Contributor

@vietj is there anything blocking on this PR ? Do you think it's achievable ?

@vietj
Copy link
Member Author

vietj commented Jul 24, 2025

I'd like the CI to confirm it passes

… stream.

Motivation:

HttpClientRequest#send(ReadStream<Buffer>) pipes the stream to the request with the default behavior that is to end the stream.

Instead it should signal the error and reset the stream.
@vietj vietj force-pushed the http-client-request-send-stream-failure branch from cbb5087 to 02eaeeb Compare July 24, 2025 14:37
@NilsRenaud
Copy link
Contributor

Hi @vietj, Any news on that front ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

HttpClient.send doesn't fail on ReadStream failure
2 participants