reddit/baseplate.py

Unable to create streaming response from http requests client

Opened this issue · 0 comments

request = Request(method=method.upper(), url=url, **kwargs)

Passing stream=True to the client method will raise an exception, however the param should be down passed to the session call.