(p *reverseProxy)
| 1138 | ) |
| 1139 | |
| 1140 | func makeRequest(p *reverseProxy) *http.Response { return makeHeavyRequest(p, time.Duration(0)) } |
| 1141 | |
| 1142 | func makeHeavyRequest(p *reverseProxy, duration time.Duration) *http.Response { |
| 1143 | body := bytes.NewBufferString(duration.String()) |
no test coverage detected