From: Mike B. <mb...@Ga...> - 2004-03-25 11:38:12
|
mbr...@vi... wrote: > There appears to be a connection leak in 1.3. My test suite is > running IIS out of connections. I then get 403 errors. I am creating > a WebClient in my setUp() function and setting it to null in my > tearDown() function. I don't see any API to directly close the > connection. There shouldn't be any connections left open between requests - what we're doing is supposed to be stateless. Can you try a different version of commons-httpclient to see if that fixes the problem? That's the part that actuallly makes the connection to the server. http://jakarta.apache.org/commons/httpclient/ -- Mike Bowler Principal, Gargoyle Software Inc. Voice: (416) 822-0973 | Email : mb...@Ga... Fax : (416) 822-0975 | Website: http://www.GargoyleSoftware.com |