This commit is contained in:
2021-03-25 12:16:40 +01:00
parent 7639383782
commit edfdc94747
5 changed files with 42 additions and 11 deletions

View File

@@ -97,8 +97,6 @@ class ContentLengthRetriever(Retriever):
cur_payload_size += len(buffer)
yield buffer
return b""
class RawRetriever(Retriever):