-
Notifications
You must be signed in to change notification settings - Fork 1
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
Added HTTP/2 Support #3
Conversation
I have made the changes. Please check them to see if they are fine. Thank you |
Thanks for contributing to the project, I'll re-review it once again whenever I get time. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you make necessary changes? I'll approve and merge the PR
I made slight changes in your code in order to implement HTTP/2, please let me know if these are no problem:
hc
toc.ClientInterface
hc
argument in functiontrunner.RunApiTests
Here is a screenshot of the test I ran to check the request was HTTP/2
Please let me know if any changes are required
#2