Closed
Description
This HandshakeHelpers class is a relic of an outdated design. Can you try simplifying this code by merging this method into the UpgradeHandshake class?
You could remove these allocations and query the header collection directly:
aspnetcore/src/Middleware/WebSockets/src/WebSocketMiddleware.cs
Lines 121 to 128 in c925f99
NeededHeaders can also be removed.