I am working on a very constrained device that has TCP support, and I want to support HTTP/1.1 but eliminate all of the compression support to make it fit the device limitations.
If a client sends compressed transfer encoding, which HTTP response status should be returned by the server to indicate it only accepts non-compressed chunks?