http2-katana icon indicating copy to clipboard operation
http2-katana copied to clipboard

HTTP 2.0 with Katana

Results 9 http2-katana issues
Sort by recently updated
recently updated
newest added

Hi, I am running the "Http2.Owin.Service.Sample" example and accessing it with Google Chrome, however HTTP 1.1 is always selected. What may be the problem? [23:19:14] INFO: Server running at port...

I'm the original author and semi-retired maintainer of the ManagedOpenSsl wrapper. I didn't realize ManagedOpenSsl got forked but it looks like lots of good updates have been implemented, especially updated...

mono-service --no-daemon ./Http2.Owin.Service.Sample.exe [13:17:48] INFO: Unable to start server. Check certificate. Exception: An exception was thrown by the type initializer for OpenSSL.Core.Native

Hi I'm trying to access the end point: http://http2katanatest.cloudapp.net:8080/root/index.html to test the cleartext upgrade flow, but it seems that the server is down BR, Rafa

The first use of a new stream identifier implicitly closes all streams in the "idle" state that might have been initiated by that peer with a lower-valued stream identifier. For...

Right now we always close connection after sending response (we also always put Connection: close header to the response). We may want to review current implementation by re-using connection in...

enhancement