All Questions
1 question
7
votes
4
answers
5k
views
Django return http early flush (chunked response)
I have an algorithm which waits for almost 5 seconds to generate response and I want to send an ack (http 200) to user as soon as he sends request to tell him that his request has been received and ...