Closed jeffmendoza closed 11 years ago
Right now we check this here https://github.com/MSOpenTech/http2-katana/blob/master/src/Microsoft.Http2.Owin.Middleware/Http2Middleware.cs#L88
Ah, thanks. Lets change to check for the Procools.Http2 string, instead of 'HTTP' and '2.0'
Check updated. Closing.
src/Microsoft.Http2.Owin.Server/Adapters/Http11OwinMessageHandler.cs L164
Looks like we should be checking the upgrade string here (or somewhere else). We should only accept upgrade if it matches our protocol string (HTTP-draft-06/2.0).