forked from quic-go/quic-go
http3: add the qlog event schema to trace header (#5383)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user