(trace *httptrace.ClientTrace)
| 60 | } |
| 61 | |
| 62 | func traceGot100Continue(trace *httptrace.ClientTrace) { |
| 63 | if trace != nil && trace.Got100Continue != nil { |
| 64 | trace.Got100Continue() |
| 65 | } |
| 66 | } |
| 67 | |
| 68 | func traceWait100Continue(trace *httptrace.ClientTrace) { |
| 69 | if trace != nil && trace.Wait100Continue != nil { |
no outgoing calls
no test coverage detected
searching dependent graphs…