vert.x
vert.x copied to clipboard
Reset the request when failure happens when send an HttpClientRequest 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 is there anything blocking on this PR ? Do you think it's achievable ?
I'd like the CI to confirm it passes
Hi @vietj, Any news on that front ?