smartpunter

Results 4 comments of smartpunter

Please, consider [undici](https://www.npmjs.com/package/undici) No dependencies, lightning fast modern HTTP1.1 library. As all you need is to send simple requests to telegram servers, no dependencies library is great alternative.

Unfortunately, needle still doesn't support keep-alive connections under the hood. I guess, the flag 'keepAlive': true, should be set in needle.defaults, as well as in per-request options so the connection...

Use CRLF line endings (windows-style), then it will work like expected.