hello,

suppose i need to export large amount of nginx generated data (static
page). i have used content handler (or content phase handler) to
create all the in-memory chain and fed it to ngx_http_output_filter().
however, i would very much like to avoid allocating large chunk of
memory to keep all the data before sending.

is there a way to stream generated page (potentially applying
different transfer encoding)?

thanks!
max

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

Reply via email to