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 ___ ngi

Re: Transform a file with dynamic size.

2019-03-11 Thread qwertymy
It's a good question. I want know too. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,283332,283335#msg-283335 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

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 d