DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13463>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13463

Request/Response race condition when doing multiple requests on the same connection.





------- Additional Comments From [EMAIL PROTECTED]  2003-02-21 15:24 -------
I'm currently working on making another test case, with aconnectionmanager to 
keep a pool of connections, and a servlet to maintain session, cause it seems 
some requests of my app are made without session in cookies.
I'm not using getresponseasstream after releasing the connection, here is my 
using :

try
{
   new Method
   method.execute(astate,connectionmanager.getconnection())
   work with the stream
   return what i have to return
}
catch exception
{
   log it
}
finally
{
   method.releaseconnection
}

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to