treq icon indicating copy to clipboard operation
treq copied to clipboard

A Content-Length header is added even if one is provided

Open jerith opened this issue 10 years ago • 1 comments

This results in an invalid header value of 10,10 or something.

treq should either replace the provided value or notice that it's there and use it (possibly throwing an exception if it's wrong) but it shouldn't send an invalid value with the request.

jerith avatar Jul 30 '14 18:07 jerith

This probably needs to be handled by the underlying Agent API.

dreid avatar Aug 29 '14 04:08 dreid