psf/cachecontrol

SeparateBodyFileCache does not close the file

Closed this issue · 2 comments

Since the fp is passed to construct a urllib3.HTTPResponse and it will be closed by the response.

Can you give an example where the body isn't closed?

ah, you're probably right