Closed shcheklein closed 1 month ago
This is already supported, see https://github.com/jelmer/dulwich/blob/master/dulwich%2Fclient.py#L2165
How are you using the Dulwich client library? Is there config being passed in, do you have a custom http client?
Yes, you are right, and I see that we do have a custom HTTP client (probably bc this was not merged https://github.com/jelmer/dulwich/pull/976 ). Let me see if there is a way to all pass proxy_headers there ...
Since it's not related to dulwich, let me close the ticket for now. Thanks @jelmer !
Yes, you are right, and I see that we do have a custom HTTP client (probably bc this was not merged https://github.com/jelmer/dulwich/pull/976 ). Let me see if there is a way to all pass proxy_headers there ...
Ah, sorry - I think that slipped off my radar.
Inspired by https://github.com/iterative/dvc/issues/10563
I think it would be great to automatically support:
the same way it support
HTTP_PROXY
andHTTPS_PROXY
.