Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

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