Re: Bug in HttpWebRequest/Response Dispose() implementation?
- From: Barry Kelly <barry.j.kelly@xxxxxxxxx>
- Date: Wed, 05 Jul 2006 21:02:44 +0100
"Vagif Abilov" <vagif@xxxxxxxxx> wrote:
We have a simple piece of code that exchanges data using HTTP
request/reponse. It uses "using" statement to guarantee that the
communication channel is properly closed on completion. However, if the code
is executed multiple times, the first execution attempt works fine, but the
second attempt times out.
To verify if the channel is closed properly, we replaced that code with the
following:
I'm not sure I understand - can you show us the code that didn't work,
rather than the code that did? :)
-- Barry
--
http://barrkel.blogspot.com/
.
- Follow-Ups:
- Re: Bug in HttpWebRequest/Response Dispose() implementation?
- From: Vagif Abilov
- Re: Bug in HttpWebRequest/Response Dispose() implementation?
- References:
- Bug in HttpWebRequest/Response Dispose() implementation?
- From: Vagif Abilov
- Bug in HttpWebRequest/Response Dispose() implementation?
- Prev by Date: Re: Bug in HttpWebRequest/Response Dispose() implementation?
- Next by Date: Re: Bug in HttpWebRequest/Response Dispose() implementation?
- Previous by thread: Re: Bug in HttpWebRequest/Response Dispose() implementation?
- Next by thread: Re: Bug in HttpWebRequest/Response Dispose() implementation?
- Index(es):
Relevant Pages
|
Loading