-
Bug
-
Resolution: Fixed
-
P4
-
17, 21, 22
-
b18
-
Verified
The finisher function supplied to BodySubscribers.fromSubscriber is specified to be called when onComplete() is called on the Subscriber. However, this function contains application code that may involve blocking operations. Though this is technically a user error to block in any function supplied to the HttpClient API, the ResponseSubscribers.SubscriberAdapter should protect itself against this by calling the finisher asynchronously, in the fork join pool.