Should you compress the body of a HTTPS response before passing it to openssl? C++
I am aware of the attacks that are made possible by compressing a HTTP(s) response as explained over here. But according to Compression in HTTP you should compress the (body of a) HTTP response.
So I am a little confused if the attacks are also possible when you merely compress the body of an HTTP(s) response, and not the headers?