[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:
parent
facfd79f9a
commit
54f54fcca7
2 changed files with 7 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue