Sameer Manchanda
Results
2
issues of
Sameer Manchanda
### Description Closes #10728 Specifying module(s) to check was supported only via CLI, this PR adds the ability to specify a module from a config file. ## Test Plan This...
### Context > What are you trying to do? Authenticate with proxies that have digest auth. The current implementation closes the connection when it receives a 407 response code. https://github.com/urllib3/urllib3/blob/7783dbd/src/urllib3/connection.py#L261...