Re: HttpWebRequest lockup while posting to a site 'accepting client certificates'
From: B Martin (shadowdemon7_at_hotmail.com)
Date: 01/20/05
- Next message: Steven Cheng[MSFT]: "RE: Application hang calling System.Diagnostics.Process.GetCurrentProcess()"
- Previous message: Steven Cheng[MSFT]: "RE: Inter-process communication"
- In reply to: Alvin Bruney [MVP]: "Re: HttpWebRequest lockup while posting to a site 'accepting client certificates'"
- Messages sorted by: [ date ] [ thread ]
Date: 19 Jan 2005 18:12:32 -0800
I don't get an error back. It just hangs. I have the debugger set to
break on all exceptions and stepped through it. As soon as I execute
this statement, the app freezes and the execution never returns from
the call.
dataStream.Write(data, 0, data.Length); //HANGS here
I have left it sitting there for three hours thinking it would
eventually return and it never did. It is definitely some sort of
deadlock situation, but I have no idea what is causing it (and why
writing to a stream of all things?).
BM
- Next message: Steven Cheng[MSFT]: "RE: Application hang calling System.Diagnostics.Process.GetCurrentProcess()"
- Previous message: Steven Cheng[MSFT]: "RE: Inter-process communication"
- In reply to: Alvin Bruney [MVP]: "Re: HttpWebRequest lockup while posting to a site 'accepting client certificates'"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|