Need to look into this more, as it should be working. Probably pressflow is gzipping the content before sending it... thats my guess.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

andypost’s picture

Take a look at #43462: cache_set and cache_get base_url brokenosity
There's a possible bug which could be pressflow affected too

mikeytown2’s picture

Ghetto fix:
for json: look for the starting {
for html/xml: look for the starting <
If not there gzip decode and try again...

mikeytown2’s picture

after further investigation (disabling boost), this is still a problem. Bug Filed for pressflow
https://bugs.launchpad.net/pressflow/+bug/477075

mikeytown2’s picture

Status: Active » Needs review
FileSize
3 KB

Problem was with the Beautify module. Here's a patch that makes this work again.

mikeytown2’s picture

Status: Needs review » Fixed

committed

mikeytown2’s picture

Status: Fixed » Needs review
FileSize
2.79 KB

Got a little ahead of my self here, its hard to add in the boost comment when the data stream is compressed. I need to decompress first before saving the file.

mikeytown2’s picture

Status: Needs review » Fixed

committed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.