File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
src/MongoDB.Driver/Core/Connections
tests/MongoDB.Driver.Tests/Specifications/socks5-support Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -283,7 +283,7 @@ private static int ProcessConnectResponse(byte[] buffer)
283
283
// We skip the last bytes of the response as we do not need them.
284
284
// We skip length(dst.address) + length(dst.port) - 1 --- length(dst.port) is always 2
285
285
// -1 because we already ready the first byte of the address type
286
- // (used for the variable length domain-type addresses)
286
+ // (necessary for the variable length domain-type addresses)
287
287
return buffer [ 3 ] switch
288
288
{
289
289
AddressTypeIPv4 => 5 ,
Original file line number Diff line number Diff line change @@ -64,8 +64,6 @@ public static IEnumerable<object[]> GetTestCombinations()
64
64
65
65
/* TODO:
66
66
* - check if apiCompat is ok
67
- * - need to run the tests on .net framework as well
68
- * - cleanup tests
69
67
* - Drivers MUST verify for at least one of the connection strings marked (succeeds)
70
68
* that command monitoring events do not reference the SOCKS5 proxy host where the MongoDB service server/port are referenced.
71
69
*
You can’t perform that action at this time.
0 commit comments