Closed mayuki closed 8 months ago
Fixes #1
C-core gRPC and .NET's SocketsHttpHandler have Nagle's Algorithm disabled by default. (TCP_NODELAY) https://github.com/dotnet/runtime/blob/83b0d939bedadf7d782b0b26307c2d8c1d5b76f4/src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/HttpConnectionPool.cs#L1728
Fixes #1
C-core gRPC and .NET's SocketsHttpHandler have Nagle's Algorithm disabled by default. (TCP_NODELAY) https://github.com/dotnet/runtime/blob/83b0d939bedadf7d782b0b26307c2d8c1d5b76f4/src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/HttpConnectionPool.cs#L1728