Skip to content

Commit

Permalink
Avoid enforing Socks4 VN value
Browse files Browse the repository at this point in the history
  • Loading branch information
MihaZupan committed Apr 16, 2021
1 parent 52df362 commit 95400e2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,6 @@ private static async ValueTask EstablishSocks4TunnelAsync(Stream stream, bool is
// +----+----+----+----+----+----+----+----+
// 1 1 2 4
await ReadToFillAsync(stream, buffer.AsMemory(0, 8), async).ConfigureAwait(false);
VerifyProtocolVersion(ProtocolVersion4, buffer[0]);

switch (buffer[1])
{
Expand Down

0 comments on commit 95400e2

Please sign in to comment.