ember-fastboot / fastboot-app-server

A production-ready app server for running Ember FastBoot apps
140 stars 74 forks source link

chunkedResponse turns gzip off #118

Open lstrzebinczyk opened 4 years ago

lstrzebinczyk commented 4 years ago

The default config in readme: https://github.com/ember-fastboot/fastboot-app-server#quick-start is setting gzip: true and chunkedResponse: true, but it seems the second seems to turn the first one off. Is this expected?