Hi Folks,

I found trought some tests that when I call Response.Flush the IIS server
add the header "Connection: close" and terminate the socket with client
browser. Can someone confirm if this is the right way to force a connection
close in ASP/IIS?
Also this behavior seems to be not documented anywhere in MSDN.

Cheers,

Eric

Re: Response.Flush in ASP terminates the socket connection by David

David
Sun Nov 20 01:39:21 CST 2005

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/iissdk/html/f13191b2-b941-4c4e-a36f-43e6f3ee2b33.asp

--
//David
IIS
http://blogs.msdn.com/David.Wang
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"Eric Paschoalick Chaves" <ask_me@news.group> wrote in message
news:%23FS$VYG7FHA.4076@tk2msftngp13.phx.gbl...
Hi Folks,

I found trought some tests that when I call Response.Flush the IIS server
add the header "Connection: close" and terminate the socket with client
browser. Can someone confirm if this is the right way to force a connection
close in ASP/IIS?
Also this behavior seems to be not documented anywhere in MSDN.

Cheers,

Eric