Home
last modified time | relevance | path

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

/PHP-8.0/ext/soap/
H A Dphp_http.c361 char *content_encoding; in make_http_soap_request() local
1275 content_encoding = get_http_header_value(ZSTR_VAL(http_headers), "Content-Encoding: "); in make_http_soap_request()
1276 if (content_encoding) { in make_http_soap_request()
1281 if ((strcmp(content_encoding,"gzip") == 0 || in make_http_soap_request()
1282 strcmp(content_encoding,"x-gzip") == 0) && in make_http_soap_request()
1286 } else if (strcmp(content_encoding,"deflate") == 0 && in make_http_soap_request()
1291 efree(content_encoding); in make_http_soap_request()
1309 efree(content_encoding); in make_http_soap_request()
1318 efree(content_encoding); in make_http_soap_request()

Completed in 13 milliseconds