Re: Transform a file with dynamic size.

2019-03-12 Thread Irelia
About "Transfer Encoding-Chunked", we're reading NGINX open source to find some useful messege. If you have some suggestions or questions, we can talk about it. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,283332,283368#msg-283368 ___

Transform a file with dynamic size.

2019-03-11 Thread Irelia
We want to transform a file which is being written to. In other words,we want to send one request to NGINX server to download a file which is being written to. And we want to get the complete file finally. We read http/1.1 and knew that the "Transfer-Encoding: chunked " should be used. But we

Re: Enabling "Transfer-Encoding : chunked"

2019-03-11 Thread Irelia
http/1.1 and knew that the "Transfer-Encoding: chunked " should be used. But we don't know how to let NGINX know the file is not completed and use " Transfer-encoding: Chunked". We are looking forward to your reply! Best wishes, Irelia Posted at Nginx Forum: https://foru