On Thursday 12 November 2015 00:37:36 DrDinosaur wrote: > Hi, > > I was having a few issues with HTTP/2 requests. Some files and images aren't > loading on Chrome. I filed a bug report and documented the issue extensively > here: https://code.google.com/p/chromium/issues/detail?id=553282 > > It might just be a Chrome issue, but I want to see if there is also a bug in > Nginx or perhaps something I am doing wrong. > > Here is the output from nginx -V: https://pastebin.com/Xez5hW0k > > Any information will be helpful. Thanks. > [..]
It looks like the trigger of the problem is too long response headers. You have "X-XSS-Protection" header on each response with ~1k value, and a number of such responses in sequence breaks Chrome. wbr, Valentin V. Bartenev _______________________________________________ nginx mailing list [email protected] http://mailman.nginx.org/mailman/listinfo/nginx
