Bug 621758 - Subsequent SSL HttpWebRequest will timeout
Summary: Subsequent SSL HttpWebRequest will timeout
Status: RESOLVED FIXED
Alias: None
Product: Mono: Runtime
Classification: Mono
Component: misc (show other bugs)
Version: SVN
Hardware: x86 Mac OS X 10.6
: P5 - None : Normal
Target Milestone: ---
Assignee: Gonzalo Paniagua Javier
QA Contact: Mono Bugs
URL:
Whiteboard:
Keywords:
Depends on: 622398
Blocks:
  Show dependency treegraph
 
Reported: 2010-07-13 03:04 UTC by Anthony Taranto
Modified: 2010-07-15 22:12 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments
repro sample (838 bytes, application/x-bzip2)
2010-07-13 03:04 UTC, Anthony Taranto
Details

Note You need to log in before you can comment on or make changes to this bug.
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.