[socks] Report errors elegantly when credentails are required but missing

In some non-standard implementations, the server may respond AUTH_USER_PASS
even if's not listed in available authentication methods. (it should
respond AUTH_NO_ACCEPTABLE per standards)
This commit is contained in:
Yen Chi Hsuan 2017-04-22 21:44:01 +08:00
parent facfd79f9a
commit 54f54fcca7
No known key found for this signature in database
GPG key ID: 7F902A182457CA23
2 changed files with 7 additions and 2 deletions

View file

@ -1,5 +1,9 @@
version <unreleased>
Core
* [socks] Handle cases where credentials are required but missing
Extractors
- [azubu] Remove extractor (#12813)
* [porn91] Fix extraction (#12814)