ソースを参照

change for v0.4

tags/v0.4
Brice Figureau 18年前
コミット
1bfc62808f
2個のファイルの変更7行の追加4行の削除
  1. 3
    1
      CHANGES
  2. 4
    3
      README

+ 3
- 1
CHANGES ファイルの表示

@@ -1,10 +1,12 @@
1
-nginx_upload_progress release 0.3                                  08 May 2008
1
+nginx_upload_progress release 0.4                                  18 May 2008
2 2
 
3 3
  * Incompatible change: track_uploads MUST be the last directive of a location
4 4
    it also must be in a proxy_pass or fastcgi_pass location.
5 5
 
6 6
  * fixed multiple worker_process issue
7 7
 
8
+ * fixed several crash conditions
9
+
8 10
 nginx_upload_progress release 0.3                                  06 May 2008
9 11
 
10 12
  * fixed crash if the upload was denied by nginx because of any error

+ 4
- 3
README ファイルの表示

@@ -23,7 +23,8 @@ http://blog.lighttpd.net/articles/2006/08/01/mod_uploadprogress-is-back
23 23
 
24 24
 
25 25
 WARNINGS: 
26
- * this software has never been tested under load. It only passed a few lab tests.
26
+ * this software has never been tested under load. It only passed a few stress lab tests (like
27
+20 or so parallels upload and many progress probes).
27 28
  * it is not intended to be deployed on *production systems*.
28 29
  * when compiled with --with-debug, this module will produce high number of log messages.
29 30
 
@@ -79,8 +80,8 @@ track_uploads
79 80
 	unique identifier used to get progress information. If the POST has no such information, the upload will not be tracked.
80 81
 	The tracked connections are kept at most <timeout> seconds after they have been finished to be able to serve 
81 82
 	unseful information to upload progress probes.
82
-  Warning: this directive must be the last directive of the location. It must be in a proxy_pass or fastcgi_pass
83
-  location.
83
+  	WARNING: this directive must be the last directive of the location. It must be in a proxy_pass or 
84
+	fastcgi_pass location.
84 85
 	
85 86
 report_uploads
86 87
 ++++++++++++++

読み込み中…
キャンセル
保存