Skip to content

Commit

Permalink
fix API change
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicriordan committed May 26, 2024
1 parent f0c07d8 commit 0dd9168
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/payloader/test-server.go
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ var runServerCmd = &cobra.Command{
}
}),
Addr: addr,
QuicConfig: quicConf,
QUICConfig: quicConf,
TLSConfig: tlsConfigServer,
}

Expand Down
2 changes: 1 addition & 1 deletion pkgs/payloader/payloader_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ func testStartHTTP3Server(addr string) {
}
}),
Addr: addr,
QuicConfig: &quic.Config{
QUICConfig: &quic.Config{
EnableDatagrams: true,
},
TLSConfig: tlsConfig(),
Expand Down

0 comments on commit 0dd9168

Please sign in to comment.