|
|
|
|
|
by Erwin
4887 days ago
|
|
How does SSL compression work together with Apache's ordinary zlib support? Is it redundant when you're already deflating text/html pages? Looking at a page fetched from my server, Apache respondents with Content-Encoding: gzip. |
|
The good news is that Content-Encoding avoids the attack; the bad news is that it means we're missing the opportunity to avoid transmitting a significant chunk of repetitive text.