dav module temp files
Maxim Dounin
mdounin at mdounin.ru
Wed Feb 29 14:27:02 UTC 2012
Hello!
On Wed, Feb 29, 2012 at 01:55:42PM +0200, Reinis Rozitis wrote:
> Hello,
> is there a technical reason why the WebDAV module (for PUTs) always
> makes a temp file rather than use/honour memory buffer
> (client_body_buffer_size)?
It will use memory buffer for intermediate data, but as it needs
file on disk anyway - data are always written to a file.
Maxim Dounin
More information about the nginx
mailing list