Add support for WP_Http class #15
Comments
I'm working on this together as part of my work on #16 |
This may not be possible. See comments here: 2330f51 |
This was implemented in v140520 of the HTML Compressor. However, it's not working with Quick Cache yet, since it runs in the shutdown phase and most objects have been destructed at this point. I'm going to leave this open until a proper workaround can be established. In summary, support for |
Understood. Thanks! |
Hmm, just thinking about this a little more. Does this mean using I'm just wondering if I should open a new Quick Cache issue to track this or if I should abandon the idea and just work with the cURL detection and notice on the UI panel. |
I'm thinking that Another slight possibility (still researching this), is that we might be able to hold an object reference to |
Got it. Thanks. Falling back to FOPEN would be great if the |
FOPEN as a fallback transport layer has been implemented. |
Currently the HTML Compressor requires cURL. It would be nice to fall back on the WP_Http class in those cases where the HTML Compressor is being used within a WordPress environment (as is the case for the Quick Cache plugin; see wpsharks/comet-cache#156).
The text was updated successfully, but these errors were encountered: