| 1580 | */ |
| 1581 | |
| 1582 | int /* O - 1 if chunked, 0 if not */ |
| 1583 | httpIsChunked(http_t *http) /* I - HTTP connection */ |
| 1584 | { |
| 1585 | return (http ? http->data_encoding == HTTP_ENCODING_CHUNKED : 0); |
| 1586 | } |
| 1587 | |
| 1588 | |
| 1589 | /* |
no outgoing calls
no test coverage detected