Need to look into this more, as it should be working. Probably pressflow is gzipping the content before sending it... thats my guess.
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | boost-623784.patch | 2.79 KB | mikeytown2 |
| #4 | boost-623784.patch | 3 KB | mikeytown2 |
Need to look into this more, as it should be working. Probably pressflow is gzipping the content before sending it... thats my guess.
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | boost-623784.patch | 2.79 KB | mikeytown2 |
| #4 | boost-623784.patch | 3 KB | mikeytown2 |
Comments
Comment #1
andypostTake a look at #43462: cache_set and cache_get base_url brokenosity
There's a possible bug which could be pressflow affected too
Comment #2
mikeytown2 commentedGhetto fix:
for json: look for the starting {
for html/xml: look for the starting <
If not there gzip decode and try again...
Comment #3
mikeytown2 commentedafter further investigation (disabling boost), this is still a problem. Bug Filed for pressflow
https://bugs.launchpad.net/pressflow/+bug/477075
Comment #4
mikeytown2 commentedProblem was with the Beautify module. Here's a patch that makes this work again.
Comment #5
mikeytown2 commentedcommitted
Comment #6
mikeytown2 commentedGot 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.
Comment #7
mikeytown2 commentedcommitted