microsoft / typed-rest-client

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

Bad error message on timeouts. #159

Closed damccorm closed 4 years ago

damccorm commented 5 years ago

When we timeout, we call socket.end which errors with socket.end is not a function

https://github.com/microsoft/typed-rest-client/blob/db388ca114dffc1e241ae81e6f3b9cd022c5b281/lib/HttpClient.ts#L339

See https://github.com/microsoft/azure-pipelines-tool-lib/pull/55 for discussion