MCPcopy Create free account
hub / github.com/apache/httpd / is_identity_encoding

Function is_identity_encoding

modules/mappers/mod_negotiation.c:1920–1924  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1918 */
1919
1920static int is_identity_encoding(const char *enc)
1921{
1922 return (!enc || !enc[0] || !strcmp(enc, "7bit") || !strcmp(enc, "8bit")
1923 || !strcmp(enc, "binary"));
1924}
1925
1926/*
1927 * set_encoding_quality determines whether the encoding for a particular

Callers 2

set_encoding_qualityFunction · 0.85
discard_variant_by_envFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected