https://bugzilla.novell.com/show_bug.cgi?id=666954
https://bugzilla.novell.com/show_bug.cgi?id=666954#c0 Summary: HttpWebRequest blocks UI with async methods - and fails Classification: Mono Product: MonoDroid Version: unspecified Platform: Other OS/Version: Windows 7 Status: NEW Severity: Critical Priority: P5 - None Component: Runtime AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: Beta-Customer Blocker: Yes Description of Problem: Using the BeginXXX,EndXXX async methods for HttpWebRequest it blocks the UI thread, and then crashes in the completion callback. Steps to reproduce the problem: 1. Set up a button click handler to call any website with the HttpWebRequest.BeginGetResponse Actual Results: Blocks UI thread and crashes in the callback Expected Results: Leaves UI thread free, completes successfully with no exceptions How often does this happen? Everytime Additional Information: -- Configure bugmail: https://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
