MCPcopy Create free account
hub / github.com/OpenPrinting/cups / httpIsChunked

Function httpIsChunked

cups/http.c:1582–1586  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

cupsdReadClientFunction · 0.85
cupsdWriteClientFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected