Closed vietj closed 2 years ago
The ReadStreamSubscriber classes do subscribe when a non null handler is passed but do not unsubscribe when the handler is set to null. As result is a HttpServerResponse#send operation, when the response fails, the Publisher is not unsubscribed.
ReadStreamSubscriber
HttpServerResponse#send
Publisher
The
ReadStreamSubscriber
classes do subscribe when a non null handler is passed but do not unsubscribe when the handler is set to null. As result is aHttpServerResponse#send
operation, when the response fails, thePublisher
is not unsubscribed.