Skip to content

Commit

Permalink
Fixed bug: missing CRLF at the end of resulting body; Added feature: …
Browse files Browse the repository at this point in the history
…limiting file size and resulting body size via upload_max_file_size and upload_max_output_body_len.
  • Loading branch information
vkholodkov committed Jul 28, 2008
1 parent 401e9a7 commit 354a1d4
Show file tree
Hide file tree
Showing 3 changed files with 126 additions and 48 deletions.
4 changes: 4 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ Version 2.0.4
on request for file content. When no calculation is requested, additional memory
and CPU are not used. Calculation could be requested via specifying variables
$upload_file_md5, $upload_file_md5_uc, $upload_file_sha1 and $upload_file_sha1_uc.
* Fixed bug: missing CRLF at the end of resulting body.
* Added feature: limiting file size and resulting body size via upload_max_file_size
and upload_max_output_body_len.
* Change: optimized out some unnecessary memory allocations and zeroeing.

Version 2.0.3
* upload_store directive was not able to receive more than one argument.
Expand Down
1 change: 0 additions & 1 deletion nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ worker_processes 20;

error_log logs/error.log notice;

user root nobody;
working_directory /usr/local/nginx;

events {
Expand Down
Loading

0 comments on commit 354a1d4

Please sign in to comment.