masterzen / nginx-upload-progress-module

Nginx module implementing an upload progress system, that monitors RFC1867 POST uploads as they are transmitted to upstream servers.
http://wiki.codemongers.com/NginxHttpUploadProgressModule
Other
432 stars 101 forks source link

An HTTP redirect status is not necessarily an indication of error (and shouldn't be reported as such) #14

Closed pyke369 closed 13 years ago

pyke369 commented 13 years ago

An HTTP redirect status is not necessarily an indication of error (and shouldn't be reported as such).

masterzen commented 13 years ago

Thanks Pierre-Yves, I merged your fix.