Remove the bottom size threshold for applying gzip.
commit9f86c04888732f4ed3d565b33622d398fe459034
authorAndrey Sukhachev <asukhachev@fb.com>
Thu, 7 Jan 2016 00:44:49 +0000 (6 16:44 -0800)
committerhhvm-bot <hhvm-bot@fb.com>
Thu, 7 Jan 2016 01:30:33 +0000 (6 17:30 -0800)
treeb4da9c125d54a092c67c0569b9804b7d3594958d
parentcc7f35361e5dfc934631e1e19e2f2b9f66890391
Remove the bottom size threshold for applying gzip.

Summary:
The code was added before SPDY and multiplexing, so compressing <1K responses definitely didn't make sense then.
I don't think this holds true anymore, killing this condition.

Reviewed By: bmaurer

Differential Revision: D2805867

fb-gh-sync-id: 4c166e2829ff3e796ab9327319c05bc534001fc2
hphp/runtime/server/transport.cpp