Hello,

I am writing a NGINX module, and I would like to know if there is an option
to send the client a response in parts? Meaning, in case of large files my
server return the response to the GET request in parts, I would like to send
each part to the user without saving it to a temp file. I would like each
part of the response to be send and the client will get a few responses to
the same request.

Thanks,
Ortal Levi

Posted at Nginx Forum: 
https://forum.nginx.org/read.php?2,263649,263649#msg-263649

_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to