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: