We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 986f538 commit de3f8c2Copy full SHA for de3f8c2
src/MySqlConnector/Utilities/SocketAwaitable.cs
@@ -4,7 +4,7 @@
4
5
namespace MySqlConnector.Utilities;
6
7
-// See http://blogs.msdn.com/b/pfxteam/archive/2011/12/15/10248293.aspx
+// See https://devblogs.microsoft.com/pfxteam/awaiting-socket-operations/
8
internal sealed class SocketAwaitable : INotifyCompletion
9
{
10
public SocketAwaitable(SocketAsyncEventArgs eventArgs)
0 commit comments