您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

CHANGES 1.1KB

123456789101112131415161718192021222324252627282930
  1. nginx_upload_progress release 0.3 08 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. nginx_upload_progress release 0.3 06 May 2008
  6. * fixed crash if the upload was denied by nginx because of any error
  7. condition (thanks to Michal Drapiewski for his detailed report)
  8. * report original upload error condition to client in the upload progress
  9. probe
  10. * case-insensitive checking of the X-Progress-ID header to overcome Internet
  11. Explorer XMLHttpRequest issue.
  12. nginx_upload_progress release 0.2 10 Oct 2007
  13. * the system now remembers old active uploads for 1 minute to be
  14. able to send back either error status or done status to upload
  15. progress probes.
  16. * track of HTTP error 413 (request entity too large) is implemented
  17. and the error status '413' is returned.
  18. nginx_upload_progress release 0.1 3 Oct 2007
  19. * public release