Skip to content

Commit

Permalink
http3: remove link to resolved url.Error issue (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
marten-seemann authored Oct 14, 2024
1 parent c492d8d commit cab06dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion content/docs/http3/client.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,3 @@ The code snippet shows all the knobs that need to be turned to send a request in
* Happy Eyeballs Support: [#3755](https://github.com/quic-go/quic-go/issues/3755)
* Support for Extensible Priorities ([RFC 9218](https://www.rfc-editor.org/rfc/rfc9218.html)): [#3470](https://github.com/quic-go/quic-go/issues/3470)
* Use [`Early-Data` header field](https://datatracker.ietf.org/doc/html/rfc8470#section-5.1) for 0-RTT requests, retry on 425 response status: [#4381](https://github.com/quic-go/quic-go/issues/4381)
* Use `url.Error`s for all `http3.RoundTripper` errors: [#4204](https://github.com/quic-go/quic-go/issues/4202)

0 comments on commit cab06dd

Please sign in to comment.