Created by: fmarier
This allows the connect.compress() middleware to work on proxied requests.
If this header is not manually set then the compress middleware will be invoked in the writeHead() call:
before the header has been written. Therefore it will perform its content-type check:
and so the check will fail and compression will be disabled.