Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix socks5 proxy #125

Closed
wants to merge 1 commit into from
Closed

Fix socks5 proxy #125

wants to merge 1 commit into from

Conversation

arition
Copy link

@arition arition commented Dec 7, 2016

Fix socks5 proxy does not work on some proxy servers.
Some proxy will close the connection if they just receive one byte. To fix this, I create a temp array and send all needed data together.
The process of converting port int to bytes is wrong before, I also fix it.

@drieseng drieseng added this to the 2017.0.0-beta1 milestone Jul 29, 2018
@drieseng drieseng self-assigned this Jul 29, 2018
@drieseng drieseng added the bug label Jul 29, 2018
@drieseng
Copy link
Member

I've fixed this in adeeb8c.

@drieseng drieseng closed this Jul 29, 2018
@drieseng drieseng modified the milestones: 2017.0.0-beta1, 2020.0.0-beta1 Mar 5, 2020
@drieseng
Copy link
Member

drieseng commented Jun 7, 2020

@arition 2020.0.0-beta1 is now available, and includes this fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants