[Mono-bugs] [Bug 687865] Async methods of HttpWebRequest fail when compiled for the Device
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Fri Aug 12 11:56:03 EDT 2011
https://bugzilla.novell.com/show_bug.cgi?id=687865
https://bugzilla.novell.com/show_bug.cgi?id=687865#c17
--- Comment #17 from Jonathan Peppers <jonathan.peppers at gmail.com> 2011-08-12 15:56:03 UTC ---
Sorry, it's really sending a POST to one of our development web servers, and I
don't think our network admin will let us disable the HTTP redirect.
Anyhow, after further inspecition I don't think this is necessarily related to
HttpWebrequest.
I think it's something to do with the combination of: compiling with AOT, using
a private method as a callback for an asynchronous method, and using
Action<IEnumerable<T>> as the delegate for my callback.
Take a look in Mono's source on github, there is a unit test with this Bug Id's
name in it:
https://github.com/89sos98/mono/blob/481881bdf78c4459201d7a4735870117fe5fcf6c/mono/mini/generics.cs
Search for 687865.
--
Configure bugmail: https://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