SimpleHTTP doesn't support chunked transfer encoding
jsdanielh opened this issue · 1 comments
jsdanielh commented
SimpleHTTP doesn't support chunked transfer encoding.
As a workaround, minreq
has support for it.
jsdanielh commented
NVM. I just read that the documentation states that SimpleHTTP
is a minimal and non standard conforming HTTP 1.0 round-tripper so I guess this is expected as chunked transfer encoding is defined in HTTP1.1.