Upload Progress
Maxim Dounin
mdounin at mdounin.ru
Wed Dec 12 08:36:04 UTC 2012
Hello!
On Tue, Dec 11, 2012 at 04:18:01PM -0600, Matt M wrote:
> Hello,
>
> I recently installed http://wiki.nginx.org/HttpUploadProgressModule
> with nginx 1.2.6.
>
> On the client side I have a request coming every second to check on
> the upload status. As I watch the access.log I can see all of the
> status check requests before the actual file post shows up in the
> access log.
>
> I am wondering if that is normal or should I see the file post show up
> in the access log then the status check requests after that?
It's normal. Logging happens after a request processing is
complete, after sending the response, and hence status check
requests are logged before the file post.
--
Maxim Dounin
http://nginx.com/support.html
More information about the nginx
mailing list