Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

CHANGES 866B

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