This repository was archived by the owner on Dec 18, 2018. It is now read-only.
This repository was archived by the owner on Dec 18, 2018. It is now read-only.
HttpUpgradeStream doesn't have overloads for Memory<byte> #2620
Closed
Description
HttpUpgradeStream was omitted from #2333, while it's request and response streams do have those methods. Found it while investigating https://github.com/dotnet/corefx/issues/29951.
Also cannot understand yet if the request and response streams use non-allocating ValueTask from https://github.com/dotnet/corefx/issues/27445?
So far all performance benefits from 2.1 are not available for WebSockets via Microsoft.AspNetCore.WebSockets
middleware.