(requestMethod string)
| 219 | } |
| 220 | |
| 221 | func noResponseBodyExpected(requestMethod string) bool { |
| 222 | return requestMethod == "HEAD" |
| 223 | } |
| 224 | |
| 225 | func (t *transferWriter) shouldSendContentLength() bool { |
| 226 | if chunked(t.TransferEncoding) { |
no outgoing calls
no test coverage detected
searching dependent graphs…