Hacker News new | ask | show | jobs
by iofiiiiiiiii 1269 days ago
> I've seen people writing C# applications and wondering why stuff is taking 200ms

I observe that in the most recent generation of its HTTP client (SocketsHttpHandler), .NET also sets NoDelay by default.

https://github.com/dotnet/runtime/blob/main/src/libraries/Sy...

1 comments

TIL - thanks!