katichev

Results 2 comments of katichev

Seems that we've faced the same issue trying to stream contents of a response body with aiohttp to another service. Under the hood our code does following: ```python # create...

UPD I created a small test server which ignores response body. For every request: 1. call `get_object` for some huge file 2. put `StreamingBody.__wrapped__` into WeakValueDictionary in global scope. 3....