Skip to content

Commit 57e6354

Browse files
committed
Small fix
1 parent 58ffb77 commit 57e6354

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MongoDB.Driver/Core/Connections/Socks5Helper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ private static int ProcessConnectResponse(byte[] buffer)
277277

278278
if (buffer[1] != Socks5Success)
279279
{
280-
throw new IOException($"SOCKS5 connect failed"); //TODO Need to add the reason here.
280+
throw new IOException($"SOCKS5 connect failed");
281281
}
282282

283283
// We skip the last bytes of the response as we do not need them.

0 commit comments

Comments
 (0)