[Mono-bugs] [Bug 515097] HttpWebRequest.Abort does not cancel pending BeginWrite operation

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Jun 25 01:33:11 EDT 2009


http://bugzilla.novell.com/show_bug.cgi?id=515097

User bassam at symform.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=515097#c4





--- Comment #4 from Bassam Tabbara <bassam at symform.com>  2009-06-24 23:33:10 MDT ---
I just added a better repro that represents the problem we are running into.

Note that content-length is set to 128KB and allowstreamBuffering is false.
BeginWrite is called on 64KB followed by Abort which doesn not do anything and
the program hangs.

We are trying to use Abort() to cancel a slow async write operation, or one
where the receiver is misbehaving or reset. Since not all the data has been
written, we can not call stream.Close().

I hope this clears things up. Let me know if I can provider any more
information on this.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list