-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Rename compress parameter #8928
Copy link
Copy link
Closed
Labels
Milestone
Description
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.
Reactions are currently unavailable