Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #16606, comment 9


Ignore:
Timestamp:
04/02/2011 09:01:05 PM (14 years ago)
Author:
mdawaffe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #16606, comment 9

    initial v1  
    99The {{{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}}}.
    1010
    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?
     11PS: 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?