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

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Jun 24 05:05:44 EDT 2009


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

User gonzalo at novell.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=515097#c1


Gonzalo Paniagua Javier <gonzalo at novell.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Depends on|                            |515931




--- Comment #1 from Gonzalo Paniagua Javier <gonzalo at novell.com>  2009-06-24 03:05:32 MDT ---
You're not seeing the problem because when AllowWriteStreamBuffering is true,
mono buffers all the contents and expects you to call Close() on the stream (I
just filed bug #515931 on this issue). You will not lileky see the issue when
not buffering either because linux seems to eat those 64kB immediately.

I have a patch that fixes the #515931 issue, but I'm seeing random hangs after
everything runs fine (perhaps wait_for_tids() again?) and I want to see what's
going on before checking the fix in.

-- 
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