Re: HTTP/2 Issues

2015-11-13 Thread Valentin V. Bartenev
On Friday 13 November 2015 11:47:10 DrDinosaur wrote: > Yay, this seems to have fixed it. Thank you very much for the quick help and > solution. > Thanks. The fix has been committed [1], and will be released with nginx 1.9.7. [1] http://hg.nginx.org/nginx/rev/f72d3129cd35 wbr, Valentin V. B

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 Andrew Hutchings
Hi, The whitespace gets stripped in the forums so you can't copy/paste it from there. Please try getting it from the mailing list copy instead: http://mailman.nginx.org/pipermail/nginx/2015-November/049172.html Kind Regards Andrew On 13/11/15 16:00, DrDinosaur wrote: > How do I apply the patch

Re: HTTP/2 Issues

2015-11-13 Thread Valentin V. Bartenev
On Friday 13 November 2015 11:00:00 DrDinosaur wrote: > 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 *h2

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-12 Thread Matthias Rieber
Hi! On Thu, 12 Nov 2015, Valentin V. Bartenev wrote: > On Thursday 12 November 2015 19:17:37 Valentin V. Bartenev wrote: > > 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 > > > loa

Re: HTTP/2 Issues

2015-11-12 Thread Valentin V. Bartenev
On Thursday 12 November 2015 19:17:37 Valentin V. Bartenev wrote: > 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

Re: HTTP/2 Issues

2015-11-12 Thread Valentin V. Bartenev
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 m

Re: HTTP/2 Issues

2015-11-12 Thread Valentin V. Bartenev
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 m

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

Re: HTTP/2 Issues

2015-11-11 Thread Matthias Rieber
Hello! On Thu, 12 Nov 2015, 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 I had similar a

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