You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The methods field's length is variable. In some socks5 client, an error will be throwed. Such as curl #9
Should write like this:
nmethods=sock.recv(1)
sock.recv(ord(nmethods))
It seems like no one has been maintaining this repo for a long time, I think my pr will not be handled. So if anyone is going to rewrite this repo, remember to fix it
The text was updated successfully, but these errors were encountered:
In parseSocks5 function:
The methods field's length is variable. In some socks5 client, an error will be throwed. Such as curl #9
Should write like this:
It seems like no one has been maintaining this repo for a long time, I think my pr will not be handled. So if anyone is going to rewrite this repo, remember to fix it
The text was updated successfully, but these errors were encountered: