IE11 HTTP Header - Keep-Alive ?

MiServer is Dyalog's APL-based web development framework

IE11 HTTP Header - Keep-Alive ?

Postby woody on Sun Jul 03, 2016 2:32 am

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"

IE11-Keep-Alive.JPG


Update: I saw this KB article at Microsoft. Do Sockets play a part?
https://support.microsoft.com/en-us/kb/813827


Thanks!

//W
Woodley Butler
Automatonics, Inc.
"Find your head in the APL Cloud"
http://www.APLcloud.com
User avatar
woody
 
Posts: 144
Joined: Tue Dec 28, 2010 12:54 am
Location: Atlanta, Georgia USA

Re: IE11 HTTP Header - Keep-Alive ?

Postby Brian|Dyalog on Sun Jul 03, 2016 4:03 pm

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
User avatar
Brian|Dyalog
 
Posts: 116
Joined: Thu Nov 26, 2009 4:02 pm
Location: West Henrietta, NY

Re: IE11 HTTP Header - Keep-Alive ?

Postby woody on Sun Jul 03, 2016 6:02 pm

Thanks, Brian!

That helps.

I'll keep digging within my code.

Cheers,

//W
Woodley Butler
Automatonics, Inc.
"Find your head in the APL Cloud"
http://www.APLcloud.com
User avatar
woody
 
Posts: 144
Joined: Tue Dec 28, 2010 12:54 am
Location: Atlanta, Georgia USA


Return to MiServer

Who is online

Users browsing this forum: No registered users and 1 guest