Przeglądaj źródła

change for v0.4

tags/v0.4
Brice Figureau 18 lat temu
rodzic
commit
1bfc62808f
2 zmienionych plików z 7 dodań i 4 usunięć
  1. 3
    1
      CHANGES
  2. 4
    3
      README

+ 3
- 1
CHANGES Wyświetl plik

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 Wyświetl plik

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
 ++++++++++++++

Ładowanie…
Anuluj
Zapisz