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

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


Jonathan Pryor <jonpr...@vt.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jonpr...@vt.edu

--- Comment #12 from Jonathan Pryor <jonpr...@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.
_______________________________________________
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to