Forgot your password?
typodupeerror

Comment IE is NOT standards-compliant (Score 1) 721

Here's why: they break TCP. IE sends out a RST instead of an ACK|FIN to close a connection. No big deal, but it's against the spirit of the spec, which states RSTs are for emergency-type conditions. More seriously, IE and IIS manipulate sequence numbers when they talk to each other, in order to hold open connections and not create new ones. Basically one side sends over a packet (often just an ACK) with a sequence number greater than the other side expected. This is the signal that a new "connection" has begun; I guess this would be good for pipelined requests and so on. But it breaks the spec. I'm not sure where their support for this stuff is; I would not be surprised if it was at the kernel level, thus lending credence to their claims of integrating IE and the operating system. But it hardly makes good evidence in court.

Slashdot Top Deals

Pause for storage relocation.

Working...