Re: HTTP/2 Issues

2015-11-13 Thread DrDinosaur
Yay, this seems to have fixed it. Thank you very much for the quick help and solution. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,262764,262805#msg-262805 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/n

Re: HTTP/2 Issues

2015-11-13 Thread DrDinosaur
How do I apply the patch? root@server:~/nginx-1.9.6# patch -p1 < http2.patch patching file src/http/v2/ngx_http_v2_filter_module.c patch: malformed patch at line 5: ngx_http_v2_headers_frame_handler(ngx_http_v2_connection_t *h2c, I tried the second one and get that error. Thanks. Posted at

Re: HTTP/2 Issues

2015-11-11 Thread DrDinosaur
Hi, I set the value to 32k and even 64k, but I still had the same issues. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,262764,262766#msg-262766 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

HTTP/2 Issues

2015-11-11 Thread DrDinosaur
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