Use requests to read chunk data instead of parsing the raw stream
The previous code had a bug in which it assumed that the chunk data had no newlines in it. In 0.9.0 newlines were added to the stream results, which exposed this bug.
Showing
Please
register
or
sign in
to comment