Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTTP2 Support #2173

Open
wangziyao318 opened this issue Jan 30, 2023 · 1 comment
Open

HTTP2 Support #2173

wangziyao318 opened this issue Jan 30, 2023 · 1 comment
Milestone

Comments

@wangziyao318
Copy link

It would be nice to have a config option in gns3_server.conf to use HTTP2 when HTTPS is enabled. HTTP2 would surely improve the network performance between GNS3 server and client.

@grossmj grossmj added this to the TBD milestone Jan 31, 2023
@grossmj
Copy link
Member

grossmj commented Aug 12, 2023

In version 3.0, we use Uvicorn, which is an HTTP server, to serve our REST API. Uvicorn stated they won't support HTTP/2: encode/uvicorn#47 however I think it would be easy for us to use other HTTP servers like hypercorn which supports HTTP/2 and even draft HTTP/3, see https://github.com/pgjones/hypercorn or any other Python ASGI HTTP server.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants