Nearly all HTTP 1.1 servers use gzip. Does that mean that minification for the purposes of reducing payload size is also unnecessary there? (serious question) Edit: answering my own question: http://stackoverflow.com/a/807161
Every popular HTTP server supports gzip compression, but you still have to turn it on and surprising number of sites don't bother.
And in those cases HTTP 1.x vs HTTP 2.x is a moot discussion anyway.