David,

WOHttpIO is patched by wonder. This output is coming from the wonder class.

package com.webobjects.appserver._private;
...
/**
* Bugfix class that adds support for chunked content, which a HTTP 1.0 client MUST * support. This is escpecially important for Axis clients > 1.1. <br /> * If this class is going to be used, you need to make sure that it comes before
 * JavaWebObjects in the classpath.
 *
 * @author ak
 */
public class WOHttpIO {
...

AFAIK this doesn't indicate any problem. The non-patched WOHttpIO class has a similar log message when doing the same stuff, but it's debug output is usually disabled.

Timo



Am 22.09.2007 um 17:48 schrieb David LeBer:

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

--
David LeBer
Codeferous Software
'co-def-er-ous' adj. Literally 'code-bearing'
site:   http://codeferous.com
blog: http://davidleber.net
profile: http://www.linkedin.com/in/davidleber
--
Toronto Area Cocoa / WebObjects developers group:
http://tacow.org


_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/th-dev% 40onlinehome.de

This email sent to [EMAIL PROTECTED]

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to