You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 18, 2018. It is now read-only.
Firefox sends it's WebSocket upgrade request with a Connection header value of keep-alive, Upgrade. But we check for the header to exactly equal Upgrade.
Firefox sends it's WebSocket upgrade request with a Connection header value of
keep-alive, Upgrade
. But we check for the header to exactly equalUpgrade
.WebSockets/src/Microsoft.AspNetCore.WebSockets/Internal/HandshakeHelpers.cs
Line 38 in 4e2ecf8
Similar to aspnet/KestrelHttpServer#1170
The text was updated successfully, but these errors were encountered: