Re: RFR: 8314978: Multiple server call from connection failing with expect100 in getOutputStream [v3]

2023-10-02 Thread Daniel Fuchs
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,

Integrated: 8317295: ResponseSubscribers.SubscriberAdapter should call the finisher function asynchronously

2023-10-02 Thread Daniel Fuchs
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

Re: RFR: 8317295: ResponseSubscribers.SubscriberAdapter should call the finisher function asynchronously [v3]

2023-10-02 Thread Daniel Jeliński
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