fix: completely remove support for h3-29 (#453)
The quic-go library does not support it anymore. So, let us be consistent and remove any reference to h3-29 from our codebase. Closes https://github.com/ooni/probe/issues/1740.
This commit is contained in:
@@ -56,7 +56,7 @@ func (e *DefaultExplorer) Explore(URL *url.URL, headers map[string][]string) ([]
|
||||
}
|
||||
|
||||
// rearrange takes in input the final response of an HTTP transaction and an optional h3URL
|
||||
// (which is needed to derive the type of h3 protocol, i.e. h3 or h3-29),
|
||||
// (which is needed to derive the type of h3 protocol, typically h3),
|
||||
// and produces in output a list of round trips sorted
|
||||
// such that the first round trip is the first element in the out array.
|
||||
func (e *DefaultExplorer) rearrange(resp *http.Response, h3URL *h3URL) (out []*RoundTrip) {
|
||||
|
||||
Reference in New Issue
Block a user