Chrome sending of packets to random destinations upon reconnect/disconnect

Posted by f0x on Super User See other posts from Super User or by f0x
Published on 2012-04-08T08:56:44Z Indexed on 2012/04/08 11:35 UTC
Read the original article Hit count: 143

Filed under:
|
|

Noticed an interesting thing whilst debugging one of my websocket applications that Google Chrome will push out 3 http requests upon a network connection status changing;

Quite disconcerting and looks almost as if some malware is checking out to a random server.

I don't quite understand the why though since they all return a 502 or have no response code at all since the destination does not exist.

On Disconnect:

Connection Down

Reconnect:

Connection Up

I guess the main question is this normal and what the use is; howcome they wouldn't go for a dns lookup that actually exists?

© Super User or respective owner

Related posts about google-chrome

Related posts about http