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 Aug 2, 2023
1 parent ee9e80c commit c362c50
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 @@ -52,7 +52,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 @@ -176,7 +176,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 c362c50

Please sign in to comment.