django-proxy icon indicating copy to clipboard operation
django-proxy copied to clipboard

Add stream support

Open randoms opened this issue 8 years ago • 3 comments
trafficstars

The proxy cannot be used to download large files right now, use http stream to solve the problem.

randoms avatar Jul 28 '17 13:07 randoms

This looks good, but do you know whether StreamingHttpResponse will work for all cases that HttpResponse worked?

mjumbewu avatar Aug 07 '17 19:08 mjumbewu

I am not sure. But I reviewed the code of HttpResponse and HttpStreamResponse, it seems to be OK. It's better to have some test case to verify that. I will find some time to do that.

randoms avatar Aug 08 '17 08:08 randoms

That would be awesome!

mjumbewu avatar Aug 08 '17 11:08 mjumbewu