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

@@ -74,6 +74,8 @@ type multiplexedTrace struct {
var _ qlogwriter.Trace = &multiplexedTrace{}
func (t *multiplexedTrace) SupportsSchemas(schema string) bool { return true }
func (t *multiplexedTrace) AddProducer() qlogwriter.Recorder {
recorders := make([]qlogwriter.Recorder, 0, len(t.Traces))
for _, tr := range t.Traces {