瀏覽代碼

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

+ 4
- 3
README 查看文件

23
 
23
 
24
 
24
 
25
 WARNINGS: 
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
  * it is not intended to be deployed on *production systems*.
28
  * it is not intended to be deployed on *production systems*.
28
  * when compiled with --with-debug, this module will produce high number of log messages.
29
  * when compiled with --with-debug, this module will produce high number of log messages.
29
 
30
 
79
 	unique identifier used to get progress information. If the POST has no such information, the upload will not be tracked.
80
 	unique identifier used to get progress information. If the POST has no such information, the upload will not be tracked.
80
 	The tracked connections are kept at most <timeout> seconds after they have been finished to be able to serve 
81
 	The tracked connections are kept at most <timeout> seconds after they have been finished to be able to serve 
81
 	unseful information to upload progress probes.
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
 report_uploads
86
 report_uploads
86
 ++++++++++++++
87
 ++++++++++++++

Loading…
取消
儲存