introduce a ConnectionTracingID type for the ConnectionTracingKey (#4400)

This is a breaking API change. Unfortunately, context values are not
strongly typed, so users will have have to take to change their type
assertions.
This commit is contained in:
Marten Seemann
2024-04-02 17:10:12 +13:00
committed by GitHub
parent f389b638d2
commit 27a06f32ce
6 changed files with 28 additions and 25 deletions

View File

@@ -35,7 +35,7 @@ type client struct {
conn quicConn
tracer *logging.ConnectionTracer
tracingID uint64
tracingID ConnectionTracingID
logger utils.Logger
}