View Single Post
  #2  
Old 01-05-2006, 04:48 PM
Frank Saunders, MS-MVP OE
 
Posts: n/a
Default Re: HTTP 1.1 persistent connection problem

"a17763" <a17763@discussions.microsoft.com> wrote in message
news:F2D39AE4-7855-4114-A8F9-B3664F620C9B@microsoft.com
> Hi,
> I am developing a Http server compliant ot Http 1.1. I am having
> problems in maintaining a persistent connection the moment I enable
> authorization on the server.the connection is terminated by the
> client after the authorizing itself following are the messages
> exchanged between the server being developed and IE 6.
> Following is what has been captured by Ethereal tool.
> When the client requests for /ManojDIR the Server requests for
> Authorization information , the clients requests again with the
> Authorization information and gets the requested info. All this
> happens on 168.84.54.156:1516 -- 168.84.54.47:80
> Once the client makes the next request it is on a new TCP connection
> (168.84.54.156:1517 -- 168.84.54.47:80). Why is that so ?. However ,
> if I disable authentication every thing happens on the same TCP
> Connection(168.84.54.156:1516 -- 168.84.54.47:80).


And your Outlook Express question is?

--
Frank Saunders, MS-MVP OE
Please respond in Newsgroup only. Do not send email
http://www.fjsmjs.com
Protect your PC
http://www.microsoft.com./athome/sec...t/default.aspx
http://defendingyourmachine.blogspot.com/


Reply With Quote