Skip to content

Commit de3f8c2

Browse files
committed
Update link to MSDN blog post for code.
1 parent 986f538 commit de3f8c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MySqlConnector/Utilities/SocketAwaitable.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
namespace MySqlConnector.Utilities;
66

7-
// See http://blogs.msdn.com/b/pfxteam/archive/2011/12/15/10248293.aspx
7+
// See https://devblogs.microsoft.com/pfxteam/awaiting-socket-operations/
88
internal sealed class SocketAwaitable : INotifyCompletion
99
{
1010
public SocketAwaitable(SocketAsyncEventArgs eventArgs)

0 commit comments

Comments
 (0)