RE: Moving to 2.0a2

2003-02-07 Thread Aurelien Pernoud
Michael Becke wrote : Sounds like a reasonable plan. If you haven't already I would recommend looking at HttpClient.executeMethod(). It has a little bit of extra code for handling proxies and for opening the connection. I've seen it, but I think this means I have to use on HttpClient for

Re: Moving to 2.0a2

2003-02-07 Thread Eric Johnson
Aurelien, Are you sure I have too ? It seems that in the end HttpMethodBase executeMethod (line 957), there's a call to release the connection used. HttpClient changes quickly, so line 957 doesn't seem to match any more. If I assume correctly that you are referring to the function

RE: Moving to 2.0a2

2003-02-07 Thread Aurelien Pernoud
Michael Becke wrote: You do not need to use HttpClient in particular. I would just suggest you look at it to make sure you've covered all of your bases. Oh ok, I've re-read your first mail, now I understand what you meant. Are you sure I have too ? It seems that in the end HttpMethodBase