Skip to content
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

TCP concurrent read/write not properly terminated if peer closes connection #1726

Closed
s-ludwig opened this issue Mar 28, 2017 · 2 comments
Closed
Labels

Comments

@s-ludwig
Copy link
Member

Most likely the cause for #1724. This happens for the libevent and libasync drivers, not for vibe-core.

@s-ludwig s-ludwig added the bug label Mar 28, 2017
s-ludwig added a commit that referenced this issue Mar 28, 2017
s-ludwig added a commit that referenced this issue Mar 28, 2017
Now always resumes the writer if one is active. Partially resolves issue #1726.
@tchaloupka
Copy link
Contributor

Might be related also to #1229

s-ludwig added a commit that referenced this issue Mar 28, 2017
s-ludwig added a commit that referenced this issue Mar 28, 2017
Now always resumes the writer if one is active. Partially resolves issue #1726.
s-ludwig added a commit that referenced this issue Mar 28, 2017
s-ludwig added a commit that referenced this issue Mar 28, 2017
Now always resumes the writer if one is active. Partially resolves issue #1726.
s-ludwig added a commit that referenced this issue Mar 29, 2017
Fix TCP close behavior in case of cuncurrent read+write operations. Fixes #1726.
@s-ludwig
Copy link
Member Author

@tchaloupka I think #1229 is something else. It seems to be something specific to the OpenSSL stream implementation. I'll have to try and reproduce it on a Windows machine to be able to say more.

s-ludwig added a commit that referenced this issue Apr 10, 2017
Fix TCP close behavior in case of cuncurrent read+write operations. Fixes #1726.
(cherry picked from commit 7479a8b)

# Conflicts:
#	source/vibe/core/drivers/libasync.d
s-ludwig added a commit that referenced this issue Apr 10, 2017
s-ludwig added a commit to vibe-d/vibe-core that referenced this issue May 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants