Skip to content

Commit

Permalink
remove tracing for now
Browse files Browse the repository at this point in the history
  • Loading branch information
myleshorton committed Nov 18, 2023
1 parent 8961d38 commit 884fcce
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 90 deletions.
1 change: 0 additions & 1 deletion http_proxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -896,7 +896,6 @@ func (p *Proxy) listenQUICIETF(addr string) (net.Listener, error) {

config := &quicwrapper.Config{
MaxIncomingStreams: 1000,
Tracer: instrument.NewQuicTracer(p.instrument),
DisablePathMTUDiscovery: true,
}

Expand Down
89 changes: 0 additions & 89 deletions instrument/quictrace.go

This file was deleted.

0 comments on commit 884fcce

Please sign in to comment.