[ANN] nginx_uploadprogress_module v0.2

Brice Figureau brice+nginx at daysofwonder.com
Wed Oct 10 17:14:35 MSD 2007


On Wed, 2007-10-10 at 11:21 +0200, Otto Bretz wrote:
> But I can wait for the 0.2 release, no hurry. :)

And it is now available :-)
This time it should compile fine with nginx 0.6.x.

More information on the module wiki page:
http://wiki.codemongers.com/NginxHttpUploadProgressModule
The source code is still available on the wiki page.

Changes since v0.1:

 * fixed compilation without --with-debug. Thanks to Otto Bretz for the
original report, and thanks to Evan Miller for pointing the real
culprit.

 * added the new paramater 'timeout' to directive track_upload. The
timeout parameter controls the time upload information are kept after
the upload request has finished. This allows the upload progress probe
to be able to get the "upload done" information or when an error as
occurred. Usual value is 30 seconds.

 * added handling of HTTP error 413 (request entity too large). Now, the
right status is sent to upload progress probe if the original upload
connection errored with this error code.

For usage, configuration and examples, please see the wiki page or the
README file.

Thanks,
-- 
Brice Figureau <brice+nginx at daysofwonder.com>






More information about the nginx mailing list