[Mono-bugs] [Bug 648862] HttpWebRequest fails spectacularly in MonoDroid

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sun Aug 7 22:51:03 EDT 2011


https://bugzilla.novell.com/show_bug.cgi?id=648862

https://bugzilla.novell.com/show_bug.cgi?id=648862#c12


Jonathan Pryor <jonpryor at vt.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jonpryor at vt.edu

--- Comment #12 from Jonathan Pryor <jonpryor at vt.edu> 2011-08-08 02:50:59 UTC ---
One followup: as per:

http://lists.ximian.com/mailman/private/monodroid/2011-August/005734.html

Setting HttpWebRequest.KeepAlive to false also appears to make things more
stable, e.g.

    var request = (HttpWebRequest) WebRequest.Create(url);
    request.KeepAlive = false;

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


More information about the mono-bugs mailing list