I and a few of my colleagues got the net::ERR_SPDY_PROTOCOL_ERROR error.
We use ngnix version 1.8.0. The error is not stable (hard to replicate), and t
This is a known issue that exists between Chromium browsers and certain antivirus programs such as AVG and Avast, especially when using a SSL connection. It cannot be resolved on the user's end. It's up to website developers to prevent this issue from happening.
The documentation for web developers is here: http://dev.chromium.org/spdy/spdy-best-practices
Here are some helpful hints for developers that are not specifically mentioned in that article:
In my experience, this issue only seems to occur when using Sessions to store and pass data. Cookies, Get and Post seem to not be affected.
Hope this helps.