Home
last modified time | relevance | path

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

/PHP-8.1/ext/soap/
H A Dphp_http.c355 char *content_encoding; in make_http_soap_request() local
1253 content_encoding = get_http_header_value(ZSTR_VAL(http_headers), "Content-Encoding: "); in make_http_soap_request()
1254 if (content_encoding) { in make_http_soap_request()
1259 if ((strcmp(content_encoding,"gzip") == 0 || in make_http_soap_request()
1260 strcmp(content_encoding,"x-gzip") == 0) && in make_http_soap_request()
1264 } else if (strcmp(content_encoding,"deflate") == 0 && in make_http_soap_request()
1269 efree(content_encoding); in make_http_soap_request()
1287 efree(content_encoding); in make_http_soap_request()
1296 efree(content_encoding); in make_http_soap_request()

Completed in 10 milliseconds