(maxItems int)
| 129 | } |
| 130 | |
| 131 | func initializeTracing(maxItems int) { |
| 132 | tracingMaxItems = maxItems |
| 133 | doInitializeTracing() |
| 134 | } |
| 135 | |
| 136 | // sensitiveTraceHeaders is the set of header names whose values must not |
| 137 | // land in the in-memory trace buffer. Keys are canonical — http.Header |