-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Grizzly: Connection closing causes Future get() to fail #1209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi Ana, |
Hi, @oleksiys. |
Just added my findings to https://java.net/jira/browse/GRIZZLY-1833 (seems that fixed introduced a regression). |
Closed by #1208 |
I believe we are encountering this issue on Jersey 2.23.1. But I'm a bit lost here, and struggling to make sense of the fixed version and accompanying notes. I notice that the Jira site linked to by https://java.net/jira/browse/GRIZZLY-1833 is closed now, and there is no obvious redirect. I am unable to find that issue, in its new home, to read through the aforementioned findings. Can anyone point me to that? Thanks. Edit: I just realized that the Jira numbers exactly correspond to Github issue numbers. So javaee/grizzly#1833 |
Uh oh!
There was an error while loading. Please reload this page.
After updating Grizzly to the latest version, we found that the handling of the server response sometimes fails when sending a "Connection: keep-alive" header in the request and receiving a "Connection: close" in the response over HTTPS.
I've added a test that reproduces the issue for the Grizzly provider in #1208 with Grizzly version 2.3.25, but the issue starts at version 2.3.22. I suspect it might have something to do with the fix for https://java.net/jira/browse/GRIZZLY-1780 which was introduced on that version.
To reproduce, run the test a couple of times. Upon failure the following error is seen:
The text was updated successfully, but these errors were encountered: