microsoft / typed-rest-client

Node Rest and Http Clients with typings for use with TypeScript
Other
675 stars 118 forks source link

Reduce Buffer copies in HttpClient #322

Closed Mr-Wallet closed 2 years ago

Mr-Wallet commented 2 years ago

Fixes #321

Currently there are no performance tests that I could find, not sure how you folks might want to go about doing that in order to have one "fail in the absence of [my] non-test code changes." Consequently I haven't modified the tests.

AndreyIvanov42 commented 2 years ago

Thanks for contributing!