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

Add HTTP/2 tests #3073

Open
hannahramadan opened this issue Mar 5, 2025 · 1 comment
Open

Add HTTP/2 tests #3073

hannahramadan opened this issue Mar 5, 2025 · 1 comment

Comments

@hannahramadan
Copy link
Contributor

Agent instrumentation for support of HTTP/2 was tested in #2856 and found to work without issues or changes needed. We should now add HTTP/2 tests.

Prior research showed we will likely be making updates to http_client_test_cases.rb, which includes a few helpers share across tests. This file includes a default_url method that makes calls to localhost using HTTP/1.1. We will need to figure out how to make those calls HTTP/2. While we're at it, we should think about what this would look like for HTTP/3.

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

No branches or pull requests

2 participants