-
Notifications
You must be signed in to change notification settings - Fork 10.6k
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
Backport C# related fixes to 0.10 branch. #2733
Backport C# related fixes to 0.10 branch. #2733
Conversation
Now calling tcp_shutdown will in fact close the socket, which cascades into properly cleaning out all the pending requests. The tcp_server_windows's shutdown logic had to be rewritted (simplified) in order to take this into account.
We found a Contributor License Agreement for you (the sender of this pull request) and all commit authors, but as best as we can tell these commits were authored by someone else. If that's the case, please add them to this pull request and have them confirm that they're okay with these commits being contributed to Google. If we're mistaken and you did author these commits, just reply here to confirm. |
Added fix for build under VS2010 (error C2275 : illegal use of this type as an expression) |
Jenkins seems green enough. |
Backport C# related fixes to 0.10 branch.
Backport #2402, #2416, #2419 and #2708 into 0.10 release branch.
Also bumps C# and core version.