Using fdeflate to decompress gzip is somewhat tricky at the moment, because fdeflate expects a zlib header and a zlib trailer. For the trailer, you can ask it to ignore the checksum, but it still consumes a few bytes of the trailer and the caller doesn't know where the deflate stream ended (and where it needs to look for the gzip trailer).
Using fdeflate to decompress gzip is somewhat tricky at the moment, because fdeflate expects a zlib header and a zlib trailer. For the trailer, you can ask it to ignore the checksum, but it still consumes a few bytes of the trailer and the caller doesn't know where the deflate stream ended (and where it needs to look for the gzip trailer).