Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d0b98c commit b2208d0Copy full SHA for b2208d0
internal/quic/qlog/qlog.go
@@ -29,7 +29,7 @@ const (
29
// VantageClient traces follow a connection from the client's perspective.
30
VantageClient = Vantage("client")
31
32
- // VantageClient traces follow a connection from the server's perspective.
+ // VantageServer traces follow a connection from the server's perspective.
33
VantageServer = Vantage("server")
34
)
35
0 commit comments