I deployed a node js application in the openshift cloud hosting. And i noticed that all the responses have gzipped automatically and the range headers got missing in every response header. Although I enable the range header but still its getting changed in the middle layer (don't know where).
Can someone suggest me how to enable range header and disable gzip.