https://bz.apache.org/bugzilla/show_bug.cgi?id=64762
--- Comment #2 from Christopher Schultz <ch...@christopherschultz.net> --- Looks like you are doing multipart/form-data processing, as handled by commons-fileupload. Is that using the Tomcat-provided Servlet-3.0 file-upload, or are you using a different mechanism? I would guess it's Tomcat, but Tomcat doesn't use commons-chain, so I'm wondering what's happening, here. You say this is an "asynchronous read" but you are using an InputStream, which is a blocking stream. What do you mean by "asynchronous read"? -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org