You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`gzip` option was introduced in a recent PR and was properly threaded
through from `fastboot-app-server.js` to `worker.js`, but when the
worker started its `express-http-server.js` it wasn't passed the `gzip`
option. Ultimately, this meant that `gzip: true` had no effect.
0 commit comments