Bugzilla – Bug 621758
Subsequent SSL HttpWebRequest will timeout
Last modified: 2010-07-15 22:12:14 UTC
Created attachment 375436 [details] repro sample 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 I can only make one SSL HttpWebRequest from OSX. All subsequent calls will timeout. Reproducible: Always Steps to Reproduce: Build and run attached code. Second request will timeout.
I'll take a look at this as soon as Geoff gives me access to an OSX machine.
Fixed in mono-2-6 (r160311) and trunk (r160310).
This test passes with and without the revisions listed; and in light of 622398 I think they're wrong. Reopening.
Should work now that bug #622398 is fixed.