SPDY decode hasn’t been implemented for Firefox or IE 11 yet so you won’t be able to see those resources. Should have it fixed in the next month or so.
Still high on my list but keeps getting bumped down as other things come in. If you want to take a crack at it you’ll need Visual Studio 2010 to build the test agent.
Thanks, I’ll try my best. Could you explain what the issue is exactly though? I have a general understanding of wpthook and the spdy protocol, but I’m still at a loss on why it works on Chrome but not on Firefox or IE.
For Chrome we don’t have access to the decrypted socket stream so we use an extension API for all https requests (and SPDY wors as a result of that). There is no protocol-level decoding going on for Chrome right now.
For Firefox and IE we can actually get the raw decrypted streams so we should actually be able to get much better data than we get from Chrome. We use it for https today but there’s currently nothing that decodes spdy streams of data.