Skip to content

Fix socks5 reply reading - #46

Merged
romis2012 merged 1 commit into
romis2012:masterfrom
rigens:fix-socks5-reply-read
Feb 16, 2026
Merged

Fix socks5 reply reading#46
romis2012 merged 1 commit into
romis2012:masterfrom
rigens:fix-socks5-reply-read

Conversation

@rigens

Copy link
Copy Markdown
Contributor

Some socks5 servers only send the first three bytes of the reply when an error occurs. Python-socks tries to read four bytes and hangs.

@codecov-commenter

codecov-commenter commented Feb 16, 2026

Copy link
Copy Markdown

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.13%. Comparing base (50a3024) to head (bc674a2).
❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@ Coverage Diff @@## master #46 +/- ##
=======================================
Coverage 96.13% 96.13% =======================================
Files 68 68 Lines 1733 1735 +2 =======================================
+ Hits 1666 1668 +2 
Misses 67 67 
FlagCoverage Δ
unit96.13% <100.00%> (+<0.01%)⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@romis2012
romis2012 merged commit 58a9850 into romis2012:masterFeb 16, 2026
7 checks passed
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@rigens@codecov-commenter@romis2012