Searched refs:content_encoding (Results 1 – 1 of 1) sorted by relevance
369 char *content_encoding; in make_http_soap_request() local1281 content_encoding = get_http_header_value(ZSTR_VAL(http_headers), "Content-Encoding: "); in make_http_soap_request()1282 if (content_encoding) { in make_http_soap_request()1289 if ((strcmp(content_encoding,"gzip") == 0 || in make_http_soap_request()1290 strcmp(content_encoding,"x-gzip") == 0) && in make_http_soap_request()1294 } else if (strcmp(content_encoding,"deflate") == 0 && in make_http_soap_request()1299 efree(content_encoding); in make_http_soap_request()1317 efree(content_encoding); in make_http_soap_request()1326 efree(content_encoding); in make_http_soap_request()
Completed in 10 milliseconds