Open Matias-Barrios opened 3 years ago
hello folks, why is this line hardcoded? https://github.com/gojek/heimdall/blob/ca8c352034e638e32e00f1aaf3d01ff4625dd9af/httpclient/client.go#L125
It's stopping me from reusing the connections which might improve the performance of my app.
I have created a PR for this : https://github.com/gojek/heimdall/pull/122/files
hello folks, why is this line hardcoded? https://github.com/gojek/heimdall/blob/ca8c352034e638e32e00f1aaf3d01ff4625dd9af/httpclient/client.go#L125
It's stopping me from reusing the connections which might improve the performance of my app.