Re: Long timeout after aborted upload

2012-04-28 Thread Konstantin Kolinko
2012/4/27 Christopher Schultz ch...@christopherschultz.net: In the browser (Firefox 11.0 and 12.0 in our case), we can see the throbber work for a good 10-20 seconds *after* the upload has failed - -- our code has stopped running -- apparently waiting for something. Just several notes 1.

Re: Long timeout after aborted upload

2012-04-27 Thread André Warnier
Christopher, Christopher Schultz wrote: ... Since Tomcat appears to be idle pretty much right away, the issue has to be either mod_jk or httpd, or the browser itself. Is there anything I can do at the web server level to sever the connection ASAP? Or is this just a stubborn browser that

Re: Long timeout after aborted upload

2012-04-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 André, On 4/27/12 3:55 AM, André Warnier wrote: And the main issue is that, while it is uploading the data, the browser isn't reading anything from the webserver. Yeah, I'm fairly sure that this is the problem. Sending a response to the browser

Long timeout after aborted upload

2012-04-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 All, I have Tomcat 7.0.27 fronted with Apache httpd 2.2 using mod_jk 1.2.35. We have a new feature to upload images into our webapp. It uses Struts 1.3's multipart form parser to actually get the bits from the request. It's got a feature where you