Bug 621758

Summary: Subsequent SSL HttpWebRequest will timeout
Product: [Mono] Mono: Runtime Reporter: Anthony Taranto <anthony.taranto>
Component: miscAssignee: Gonzalo Paniagua Javier <gonzalo>
Status: RESOLVED FIXED QA Contact: Mono Bugs <mono-bugs>
Severity: Normal    
Priority: P5 - None    
Version: SVN   
Target Milestone: ---   
Hardware: x86   
OS: Mac OS X 10.6   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Bug Depends on: 622398    
Bug Blocks:    
Attachments: repro sample

Description Anthony Taranto 2010-07-13 03:04:02 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.
Comment 1 Gonzalo Paniagua Javier 2010-07-13 17:23:47 UTC
I'll take a look at this as soon as Geoff gives me access to an OSX machine.
Comment 2 Gonzalo Paniagua Javier 2010-07-13 19:27:07 UTC
Fixed in mono-2-6 (r160311) and trunk (r160310).
Comment 3 Geoff Norton 2010-07-15 02:55:50 UTC
This test passes with and without the revisions listed; and in light of 622398 I think they're wrong.

Reopening.
Comment 4 Gonzalo Paniagua Javier 2010-07-15 22:12:14 UTC
Should work now that bug #622398 is fixed.