17 messages in ru.sysoev.nginx[ANN] nginx_uploadprogress_module v0.2
FromSent OnAttachments
Brice FigureauOct 3, 2007 8:49 am 
Ezra ZygmuntowiczOct 3, 2007 11:57 am 
Otto BretzOct 9, 2007 5:33 am 
Brice FigureauOct 9, 2007 6:46 am 
Brice FigureauOct 9, 2007 7:06 am.patch
Evan MillerOct 9, 2007 10:47 am 
Otto BretzOct 10, 2007 2:21 am 
Brice FigureauOct 10, 2007 6:14 am 
Otto BretzOct 11, 2007 4:55 am.zip
Brice FigureauOct 11, 2007 5:45 am 
Joerg DiekmannFeb 5, 2008 4:13 am 
Brice FigureauFeb 5, 2008 7:23 am 
Joerg DiekmannFeb 5, 2008 7:54 am 
Brice FigureauFeb 5, 2008 9:04 am 
Joerg DiekmannFeb 6, 2008 4:37 am 
Joerg DiekmannFeb 6, 2008 5:58 am 
Brice FigureauMay 6, 2008 2:38 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[ANN] nginx_uploadprogress_module v0.2Actions...
From:Brice Figureau (bric@public.gmane.org)
Date:Oct 10, 2007 6:14:12 am
List:ru.sysoev.nginx

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,