(headers)
| 1247 | } |
| 1248 | |
| 1249 | function hasBodyHeaders(headers) { |
| 1250 | return ('content-length' in headers) || ('transfer-encoding' in headers); |
| 1251 | } |
| 1252 | |
| 1253 | // The following callback is issued after the headers have been read on a |
| 1254 | // new message. In this callback we setup the response object and pass it |
no outgoing calls
no test coverage detected
searching dependent graphs…