Feature/http2#434
Conversation
|
Is this Branch already usable? |
|
No yet, still working on it :) On Mon, Oct 17, 2016 at 5:54 AM, Jochen Kühner [email protected]
Ademar Gonzalez |
|
🎆 🎊 |
|
Hey @jogibear9988 , Regarding the state: The server side is in the meantime really well covered. From a feature side only push promises are missing, but these are not too important for most applications. From a performance point of view the scheduler for outgoing data is quite primitive, but it most likely still works better than lots of HTTP/1 setups. HTTPS of course only works with an ALPN enabled TLS library - which we are currently still missing in .NET Framework :'( |
|
FYI: ALPN support for SslStream is implemented: dotnet/corefx#24389 |
|
@copilot can you bring this branch up to speed with the changes introduced in main since then, resolve conflicts, and finish the implementation of the HTTP2 support. |
I dug into this and the branch is much farther behind than it looks: it’s 864 commits behind |
|
@copilot Ok, take it on as a modern port against current master. Feel free to open a new PR. |
Co-authored-by: ademar <[email protected]>
Bring `feature/http2` forward to current `master` baseline
|
@copilot Ok, now that the branch has been brought up to date, can you go ahead and finish the HTTP/2 implementation and integrate it into Suave's HTTP processing pipeline. |
…ntrol accounting Agent-Logs-Url: https://github.com/SuaveIO/suave/sessions/e4e2f341-4dcf-4969-b2a7-e88cb0065bb0 Co-authored-by: ademar <[email protected]>
working on #279