HTTP/2 and GZIP Compression

2015-09-12 Thread Jonny Barnes
Can (and indeed should) we use gzip compression when responding over a HTTP/2 connection to improve performance for static files? The HTTP/2 spec suggests not[1], at least when using TLS. So I was wondering if there were more knowledgeable people here than me that could weigh in with their opinion

Re: HTTP/2 and GZIP Compression

2015-09-12 Thread Valentin V. Bartenev
On Saturday 12 September 2015 20:23:14 Jonny Barnes wrote: > Can (and indeed should) we use gzip compression when responding over a > HTTP/2 connection to improve performance for static files? > > The HTTP/2 spec suggests not[1], at least when using TLS. So I was > wondering if there were more kno