Skip to content

JDK provider does not call any callback handler for some exceptions #965

@stsiano

Description

@stsiano

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions