Skip to content
This repository was archived by the owner on May 28, 2018. It is now read-only.

JERSEY-3258: Fixed error handling for async client #3545

Open
wants to merge 3 commits into
base: 2.x
Choose a base branch
from

Conversation

alex-shpak
Copy link

Hi!

PR addressing JERSEY-3258 bug.
Exceptions thrown while processing response (for example JSON parsing) in async client was not handled properly and was leading client to wait forever.

OCA is signed and sent.

@pavelbucek
Copy link
Member

Hi Alex,

thanks for your contribution.

In order to keep our code coverage at reasonable level, we do require a test for each bugfix - please updage your PR to include at least some sanity test.

Best regards,
Pavel

@pavelbucek pavelbucek self-assigned this Apr 27, 2017
@alex-shpak
Copy link
Author

Hi! Sure.

I added test. Without changed line test will hang forever.

@alex-shpak
Copy link
Author

Also added timeout just in case, so test would not hang in CI

@alex-shpak
Copy link
Author

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants