summaryrefslogtreecommitdiff
path: root/traceable
diff options
context:
space:
mode:
Diffstat (limited to 'traceable')
-rw-r--r--traceable/traceable.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/traceable/traceable.go b/traceable/traceable.go
index 6efc7f7..0d9da21 100644
--- a/traceable/traceable.go
+++ b/traceable/traceable.go
@@ -42,9 +42,6 @@ func GenerateHttpTimingTracer(
traceable.SetGetConnTime(time.Now())
},
GotConn: func(connInfo httptrace.GotConnInfo) {
- if connInfo.Reused {
- panic(!connInfo.Reused)
- }
traceable.SetGotConnTimeInfo(time.Now(), connInfo)
},
TLSHandshakeStart: func() {