Home
last modified time | relevance | path

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

/php-src/ext/soap/
H A Dphp_http.c364 char *content_encoding; in make_http_soap_request() local
1287 content_encoding = get_http_header_value(ZSTR_VAL(http_headers), "Content-Encoding:"); in make_http_soap_request()
1288 if (content_encoding) { in make_http_soap_request()
1295 if ((strcmp(content_encoding,"gzip") == 0 || in make_http_soap_request()
1296 strcmp(content_encoding,"x-gzip") == 0) && in make_http_soap_request()
1300 } else if (strcmp(content_encoding,"deflate") == 0 && in make_http_soap_request()
1305 efree(content_encoding); in make_http_soap_request()
1323 efree(content_encoding); in make_http_soap_request()
1332 efree(content_encoding); in make_http_soap_request()

Completed in 8 milliseconds