You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The JDK provider (in the 1.9.x branch) does not call any callback handler if an exception is thrown within the call() method of JDKAsyncHttpProvider.AsyncHttpUrlConnection.
From my understanding this is wrong; a
asyncHandler.onThrowable(t);
call should be added at the end of the catch block.
The text was updated successfully, but these errors were encountered:
The JDK provider (in the 1.9.x branch) does not call any callback handler if an exception is thrown within the call() method of JDKAsyncHttpProvider.AsyncHttpUrlConnection.
From my understanding this is wrong; a
asyncHandler.onThrowable(t);
call should be added at the end of the catch block.
The text was updated successfully, but these errors were encountered: