Cysharp / YetAnotherHttpHandler

YetAnotherHttpHandler brings the power of HTTP/2 (and gRPC) to Unity and .NET Standard.
MIT License
376 stars 33 forks source link

Disable Nagle's algorithm (TCP_NODELAY) #63

Closed mayuki closed 8 months ago

mayuki commented 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