http3: add the qlog event schema to trace header (#5383)

This commit is contained in:
Marten Seemann
2025-10-15 12:02:05 +08:00
committed by GitHub
parent 378d867241
commit 5e5100b40c
15 changed files with 129 additions and 9 deletions

View File

@@ -26,6 +26,10 @@ func (t *Trace) AddProducer() qlogwriter.Recorder {
return t.Recorder
}
func (t *Trace) SupportsSchemas(string) bool {
return true
}
// Recorder is a qlog.Recorder that records events.
// Events can be retrieved using the Events method.
type Recorder struct {