On Wed, 27 Sep 2023 10:55:46 GMT, Vyom Tewari wrote:
>> With the current implementation of HttpURLConnection if server rejects the
>> “Expect 100-continue” then there will be ‘java.net.ProtocolException’ will
>> be thrown from 'expect100Continue()' method.
>>
>> After the exception thrown,
On Fri, 29 Sep 2023 09:47:07 GMT, Daniel Fuchs wrote:
> The finisher function supplied to `BodySubscribers.fromSubscriber` is
> specified to be called when `onComplete()` is called on the `BodySubscriber`.
> However, this function contains application code that may involve blocking
> operation
On Fri, 29 Sep 2023 11:07:06 GMT, Daniel Fuchs wrote:
>> The finisher function supplied to `BodySubscribers.fromSubscriber` is
>> specified to be called when `onComplete()` is called on the
>> `BodySubscriber`. However, this function contains application code that may
>> involve blocking opera