Le 07-09-22 à 13:38, Chuck Hill a écrit :
I have seen this before, but I don't recall why. Is the app using streamed uploads? This might be the user hitting stop.
Should throw a "java.io.IOException: Connection reset by peer: Amount read didn't match content-length" error when someone stop the request during a file upload.
BUT I'm rewriting the server part of a Flex app, and when I'm calling the DirectAction from the Flex app, and I got the same error as David :
sept. 22 14:44:54 FlexFileUploadServer[5002] (WOHttpIO.java:396) DEBUG com.webobjects.appserver._private.WOHttpIO - Drained socket
sept. 22 14:44:54 FlexFileUploadServer[5002] (WOHttpIO.java:396) DEBUG com.webobjects.appserver._private.WOHttpIO - Drained socket
David, does your app use DA for file upload ?
Chuck
On Sep 22, 2007, at 8:48 AM, David LeBer wrote:
Good day all,
I'm working on an inherited project and I'm seeing this periodically in it's logs:
(WOHttpIO.java:396) DEBUG com.webobjects.appserver._private.WOHttpIO - Drained socket
In general the app seems to be working OK, but I'd like to track this down if I could.
Any suggestions of what might be causing this? I've not encountered WOHttpIO before.
;david