Changes between Initial Version and Version 1 of Ticket #16606, comment 9
- Timestamp:
- 04/02/2011 09:01:05 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16606, comment 9
initial v1 9 9 The {{{curl_version()}}} (with falllback to {{{extension_loaded( 'openssl' )}}}) check in [attachment:16606.5.diff 16606.5.diff] is a better check for the ability to make an SSL request in {{{WP_Http_Curl}}}. 10 10 11 PS: for the inflate code, rather than changing {{{WP_Http_ExtHttp::request()}}}, should {{{WP_Http_Encoding::decompress()}}} just use {{{http_inflate }}} if it's available and supported?11 PS: for the inflate code, rather than changing {{{WP_Http_ExtHttp::request()}}}, should {{{WP_Http_Encoding::decompress()}}} just use {{{http_inflate()}}} if it's available and supported?