How does one go about "forcing" the connection closed from the Client side? 
I am running into problems with connections not being close when used by
Axis, but can't find a way to trigger
HttpMethodBase.setConnectionCloseForced (a protected method) from being
sent.  Any ideas?

Thanks,
-David

> The HTTP Protocol is the limiting factor here.  Any request or response, 
> once started, has to complete before either side can send anything else. 
> The only way to stop it sooner is to force the connection closed, 
> accomplishing a TCP level RESET, but you also lose the ability to send any 
> response whatsoever to the request.

-- 
View this message in context: 
http://www.nabble.com/-fileupload----aborting-file-upload-tf2640397.html#a10377631
Sent from the Commons - User mailing list archive at Nabble.com.


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

Reply via email to