You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

CHANGES 1.1KB

1234567891011121314151617181920212223242526272829303132
  1. nginx_upload_progress release 0.4 18 May 2008
  2. * Incompatible change: track_uploads MUST be the last directive of a location
  3. it also must be in a proxy_pass or fastcgi_pass location.
  4. * fixed multiple worker_process issue
  5. * fixed several crash conditions
  6. nginx_upload_progress release 0.3 06 May 2008
  7. * fixed crash if the upload was denied by nginx because of any error
  8. condition (thanks to Michal Drapiewski for his detailed report)
  9. * report original upload error condition to client in the upload progress
  10. probe
  11. * case-insensitive checking of the X-Progress-ID header to overcome Internet
  12. Explorer XMLHttpRequest issue.
  13. nginx_upload_progress release 0.2 10 Oct 2007
  14. * the system now remembers old active uploads for 1 minute to be
  15. able to send back either error status or done status to upload
  16. progress probes.
  17. * track of HTTP error 413 (request entity too large) is implemented
  18. and the error status '413' is returned.
  19. nginx_upload_progress release 0.1 3 Oct 2007
  20. * public release