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

Added missing NGX_PARSE_LARGE_TIME #21

Closed perusio closed 12 years ago

perusio commented 12 years ago

Added missing constant. This isn't a proper fix but rather a workaround. With the upcoming stable status of the 1.1.x branch this needs further work.

masterzen commented 12 years ago

Yes this fix the problem, but as you said it's not the proper fix. The correct fix is to remove completely the test in ngx_http_track_uploads.

I'm closing this pull request, because I pushed the proper fix. Thank you for your help, though, it is very much appreciated.

See 03cbf1faf3e7aec147f807bb771b8f3405bd761e for the fix.