Skip to content

Commit

Permalink
Use datatracker htmlized docs rather than rfc-editor (to be consistent)
Browse files Browse the repository at this point in the history
  • Loading branch information
kokes committed Oct 11, 2022
1 parent 82561a8 commit 7382a63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion http3/roundtrip.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ type RoundTripper struct {

// Enable support for HTTP/3 datagrams.
// If set to true, QuicConfig.EnableDatagram will be set.
// See https://www.rfc-editor.org/rfc/rfc9297.html.
// See https://datatracker.ietf.org/doc/html/rfc9297.
EnableDatagrams bool

// Additional HTTP/3 settings.
Expand Down
2 changes: 1 addition & 1 deletion http3/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ type Server struct {

// EnableDatagrams enables support for HTTP/3 datagrams.
// If set to true, QuicConfig.EnableDatagram will be set.
// See https://www.rfc-editor.org/rfc/rfc9297.html
// See https://datatracker.ietf.org/doc/html/rfc9297.
EnableDatagrams bool

// MaxHeaderBytes controls the maximum number of bytes the server will
Expand Down

0 comments on commit 7382a63

Please sign in to comment.