requests icon indicating copy to clipboard operation
requests copied to clipboard

Strip double-quotes on proxy environment variables and add test (issue #4613)

Open bluebird75 opened this issue 4 years ago • 0 comments

Issue #4613 details two problems :

  • proxy may contain white-space accidentally
  • proxy may be contain extra double-quotes on Windows

A fix already exists for the white-space problem, this addresses the second problem.

bluebird75 avatar Apr 27 '20 21:04 bluebird75