The request() method has a compress parameter which forces compression even when the headers are not set, leading any normal server to not know the request is compressed.
This is a useless option for most people. If we can't remove the option, we should atleast rename it to something that stops people using it by mistake.
We've had many users report bugs due to this confusion.
The request() method has a compress parameter which forces compression even when the headers are not set, leading any normal server to not know the request is compressed.
This is a useless option for most people. If we can't remove the option, we should atleast rename it to something that stops people using it by mistake.
We've had many users report bugs due to this confusion.