Closed dannycoates closed 9 years ago
This was an oversight of #82.
I assumed incorrectly that an unset encoding in request would use a buffer but it must be explicitly set to null.
request
null
@kumar303 r?
cc @asdofindia @kyoshino
It would be nice if there were something more direct like useBuffer=true but I don't know the requests module well enough. It sounds like the right thing to do.
useBuffer=true
r+
This was an oversight of #82.
I assumed incorrectly that an unset encoding in
request
would use a buffer but it must be explicitly set tonull
.@kumar303 r?
cc @asdofindia @kyoshino