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 58ffb77 commit 57e6354Copy full SHA for 57e6354
src/MongoDB.Driver/Core/Connections/Socks5Helper.cs
@@ -277,7 +277,7 @@ private static int ProcessConnectResponse(byte[] buffer)
277
278
if (buffer[1] != Socks5Success)
279
{
280
- throw new IOException($"SOCKS5 connect failed"); //TODO Need to add the reason here.
+ throw new IOException($"SOCKS5 connect failed");
281
}
282
283
// We skip the last bytes of the response as we do not need them.
0 commit comments