Jonathan Alter

Results 5 comments of Jonathan Alter

@DevinR528 Just bumping this again.

@seanmonstar, thank you for weighing in here. I very much understand your point about micro benchmarking; my concern was more that I observed this pattern more-broadly across Go versus Rust...

@seanmonstar, I tried draining the response body via `.chunk()` as you suggest, but not seeing any meaningful performance differences. I did, however, stumble upon a somewhat unexpected result... I'm finding...

@pfernie, thank you for a more-prudent reading of the Go documentation. :) I updated the [http-client-compare](https://github.com/Jaltaire/http-client-compare) repo with these changes. This definitely narrows the gap between reqwest_client and go_client performance,...

@seanmonstar, is there still interest in adding SOCKS4 support?