IE11 HTTP Header - Keep-Alive ?
3 posts
• Page 1 of 1
IE11 HTTP Header - Keep-Alive ?
Quick technical question...
I am testing with two browsers:
IE11
Chrome
Chrome works perfectly.
IE11 seems to want to CACHE several pages.
I have tried to disable Cache in IE11 settings.
I did notice this slight difference in CaSe for the Keep-Alive HTTP Header.
Would this make a difference of how MiServer 2.0 behaves?
Chrome has "keep-alive"
while IE has "Keep-Alive"
Update: I saw this KB article at Microsoft. Do Sockets play a part?
https://support.microsoft.com/en-us/kb/813827
Thanks!
//W
I am testing with two browsers:
IE11
Chrome
Chrome works perfectly.
IE11 seems to want to CACHE several pages.
I have tried to disable Cache in IE11 settings.
I did notice this slight difference in CaSe for the Keep-Alive HTTP Header.
Would this make a difference of how MiServer 2.0 behaves?
Chrome has "keep-alive"
while IE has "Keep-Alive"
Update: I saw this KB article at Microsoft. Do Sockets play a part?
https://support.microsoft.com/en-us/kb/813827
Thanks!
//W
-
woody - Posts: 144
- Joined: Tue Dec 28, 2010 12:54 am
- Location: Atlanta, Georgia USA
Re: IE11 HTTP Header - Keep-Alive ?
Hi Woodley,
The connection: keep-alive HTTP header has nothing to do with caching, it's just a way for the client to request that the connection be kept open so that subsequent requests can use the came connection, thereby improving throughput.
Currently MiServer doesn't do anything with keep-alive. But that wouldn't impact the behavior you're seeing.
Header names are case insensitive, but IE is notorious for not handling them correctly.
I couldn't find anything in the specification about case sensitivity in header field values.
/Brian
The connection: keep-alive HTTP header has nothing to do with caching, it's just a way for the client to request that the connection be kept open so that subsequent requests can use the came connection, thereby improving throughput.
Currently MiServer doesn't do anything with keep-alive. But that wouldn't impact the behavior you're seeing.
Header names are case insensitive, but IE is notorious for not handling them correctly.
I couldn't find anything in the specification about case sensitivity in header field values.
/Brian
-
Brian|Dyalog - Posts: 120
- Joined: Thu Nov 26, 2009 4:02 pm
- Location: West Henrietta, NY
Re: IE11 HTTP Header - Keep-Alive ?
Thanks, Brian!
That helps.
I'll keep digging within my code.
Cheers,
//W
That helps.
I'll keep digging within my code.
Cheers,
//W
-
woody - Posts: 144
- Joined: Tue Dec 28, 2010 12:54 am
- Location: Atlanta, Georgia USA
3 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 1 guest
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group