http://bugzilla.novell.com/show_bug.cgi?id=622398
http://bugzilla.novell.com/show_bug.cgi?id=622398#c0 Summary: Can't call HttpWebRequest.GetRequestStream() from a thread pool thread Classification: Mono Product: Mono: Class Libraries Version: SVN Platform: x86-64 OS/Version: Mac OS X 10.6 Status: NEW Severity: Normal Priority: P5 - None Component: Sys.Core AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: --- Blocker: --- Created an attachment (id=375995) --> (http://bugzilla.novell.com/attachment.cgi?id=375995) repro app User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.6) Gecko/20100625 Firefox/3.6.6 Calling HttpWebRequest.GetRequestStream() from a thread pool thread (started using QueueUserWorkItem()) blocks indefinitely. Reproducible: Always Steps to Reproduce: Run attached test app. Actual Results: App will spawn three thread pool threads, each will try to write to the request stream and block. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
