Home
last modified time | relevance | path

Searched refs:content_encoding (Results 1 – 1 of 1) sorted by relevance

/PHP-7.4/ext/soap/
H A Dphp_http.c362 char *content_encoding; in make_http_soap_request() local
1271 content_encoding = get_http_header_value(ZSTR_VAL(http_headers), "Content-Encoding: "); in make_http_soap_request()
1272 if (content_encoding) { in make_http_soap_request()
1277 if ((strcmp(content_encoding,"gzip") == 0 || in make_http_soap_request()
1278 strcmp(content_encoding,"x-gzip") == 0) && in make_http_soap_request()
1282 } else if (strcmp(content_encoding,"deflate") == 0 && in make_http_soap_request()
1287 efree(content_encoding); in make_http_soap_request()
1305 efree(content_encoding); in make_http_soap_request()
1314 efree(content_encoding); in make_http_soap_request()

Completed in 7 milliseconds