http://bugzilla.novell.com/show_bug.cgi?id=312409
User [email protected] added comment http://bugzilla.novell.com/show_bug.cgi?id=312409#c5 John Hurliman <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Platform|Other |All Version|unspecified |2.4.x Resolution| |FIXED --- Comment #5 from John Hurliman <[email protected]> 2009-05-06 12:41:29 MDT --- Actually, I debugged this further and found out that the ThreadPool.RegisterWaitForSingleObject() is working fine in Mono 2.4. The actual problem is that if you don't call Close() on the stream returned from HttpWebRequest.EndGetRequestStream() after writing, the call to HttpWebRequest.BeginGetResponse() will hang (which is different from the .NET behavior where you don't need to call Close()). -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
