You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do we need to query HTTP_PROXY env var before every request? The docs are quite vague.
Do we want to support a use case when an application itself changes HTTP_PROXY at
runtime? Then I think the app just need to specify the proxy programmatically rather
than changing HTTP_PROXY.
I am asking because querying HTTP_PROXY accounts for 15% of memory allocations on
end-to-end client/server http benchmark (10% of garbage generated).
Windows syscall package reallocates the string several times and we query it twice.