twisted icon indicating copy to clipboard operation
twisted copied to clipboard

Raise an error if a resource explicitly sets the Transfer-Encoding header

Open adiroiban opened this issue 1 year ago • 1 comments

The transfer encoding header is automatically handled by twisted.web

Users of the library should not set this header.

If they do this should raise an exception.

adiroiban avatar Oct 12 '23 17:10 adiroiban

See the changes from here https://github.com/twisted/twisted/pull/1358/commits/9e732928383c6df3bd88b8162d1febc62d6dac33

adiroiban avatar Oct 12 '23 17:10 adiroiban