[SOLVED] WOHTTPConnection and broken pipe

2006-08-18 Thread jeremy . deroyer
I've solved the problem : "just" need to setAllowsConcurrentRequestHandling(true) in the WOApplication... Jérémy __ Hi All, Does anyone succeded in using WOHTTPConnection in WO5.3 ? Indeed, I'm migrating an app developed with WO5.1 that contains the following code : WOHTTPCo

WOHTTPConnection and broken pipe

2006-08-18 Thread jeremy . deroyer
Hi All, Does anyone succeded in using WOHTTPConnection in WO5.3 ? Indeed, I'm migrating an app developed with WO5.1 that contains the following code : WOHTTPConnection myConnection != new WOHTTPConnection("localhost", Application.application().port()); myConnection.sendRequest(new WORequest("GE