You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 adefault_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.The text was updated successfully, but these errors were encountered: