server header used by Google: Alternate-Protocol: 80:quic

I have noticed that Google uses this server header:

http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js

As they are clever guys, that must make sense for a reason.
Unfortunately it seems that there is nearly no information about it on the web. I can find that Chrome is supporting it, but not the sense of it …

http://git.chromium.org/gitweb/?p=chromium.git;a=commitdiff;h=bef6c925a4801f28e5e73f7f1f16452d4283784c

Does anybody know this header and its effect?

It is for protocol experiments. Some more info here: Chromium Blog: Experimenting with QUIC and here: QUIC - Wikipedia

Thanks, Pat.
So if I use http (and not https) it would not have any effect for the Chrome browser users who are able to use this protocol.

Conclusion: Currently not worth thinking about it.

Yeah, ignore it. The protocol doesn’t exist in any form that you’d be able to use and advertising the header would probably just break or slow down (while the browser falls back) any browsing on your pages.