apoelstra/rust-jsonrpc

SimpleHTTP doesn't support chunked transfer encoding

jsdanielh opened this issue · 1 comments

SimpleHTTP doesn't support chunked transfer encoding.
As a workaround, minreq has support for it.

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.