-
Notifications
You must be signed in to change notification settings - Fork 306
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
[WIP] #277: HTTP2 support #412
base: main
Are you sure you want to change the base?
Conversation
Hey @c7h ! I am looking into your PR so that your draft can be (hopefully) merged but I could not make it work, it says that the argument "--http2" is invalid. Could you clarify the usage? |
dc3c2bb
to
8f6efb5
Compare
Good afternoon @hidingturtle! Thanks for your effort in testing the http2 module. The |
Hi @c7h! Unfortunately, I am not experienced with F#. However, looking at Thank you in advance 😄 |
Hello @c7h ! I was able to add the Nonetheless, restler gets stuck waiting for a response after the first request sent via HTTP2 (does not matter if you use only the |
PR Checklist
Info on Pull Request
I've added an optional HTTP2 Socket based on the Hyper library.. This PR is still Work in Progress. It's missing
Validation Steps Performed
tested against Open5Gs AMF's SBI API.
To use the HTTP socket, install the restler/requirements.txt and add the
--http2
flag to your restler engine command.