Opened 12 months ago
Closed 12 months ago
#1528 closed defect (fixed)
wp-super-cache: gzip_accepted(): handle missing Accept-Encoding header correctly
| Reported by: | pioto | Owned by: | donncha |
|---|---|---|---|
| Priority: | normal | Component: | wp-cache |
| Severity: | normal | Keywords: | |
| Cc: |
Description
A change in wp-super-cache 1.1 (specifically, revision 502761), broke visiting pages using wp-super-cache with user agents which do not send the Accept-Encoding header -- they are always sent gzipped content, when they should not be.
I'm attaching a patch which corrects the logic here, while keeping the "avoid warnings" intention.
Attachments (1)
Change History (3)
Changed 12 months ago by pioto
comment:1 Changed 12 months ago by pioto
- Component changed from not-listed to wp-cache
comment:2 Changed 12 months ago by donncha
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

In [554883]: