-
Notifications
You must be signed in to change notification settings - Fork 496
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
[Bug] The handling of Socket EOF under Wisp is problematic #124
Comments
This is a piece of reproducing code. Note the first |
yuleil
added a commit
to dragonwell-project/dragonwell8_jdk
that referenced
this issue
Sep 16, 2020
Summary: Refactoring WispSocket's InputStream and OutputStream creating code for readability. Test Plan: all wisp tests Reviewed-by: joeyleeeeeee97 shiyuexw Issue: dragonwell-project/dragonwell8#124
This was referenced Sep 16, 2020
yuleil
added a commit
to dragonwell-project/dragonwell8_jdk
that referenced
this issue
Sep 17, 2020
Summary: Make the behavior of reading a closed socket to be consistent after switching wisp. Test Plan: Wisp2SocketCloseExceptionTest Reviewed-by: joeyleeeeeee97 shiyuexw Issue: dragonwell-project/dragonwell8#124
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Continue reading socket after reading EOF:
Steps to Reproduce
Steps to reproduce the behavior:
Expected behavior
the behavior of reading a closed socket is consistent after switching wisp
JDK version
Dragonwell 8.4.4
Execution environment
The text was updated successfully, but these errors were encountered: