_The minor issue from https://github.com/node-fetch/node-fetch/issues/1569._ Currently it by default sends `"accept-encoding": "gzip,deflate,br"`. I think it should send `"accept-encoding": "gzip, deflate, br"`, header as browsers and other libraries do. Separate "accept-encoding"'s values with `", "` instead of just `","`. --- "node-fetch": "3.2.3"