pub fn is_gzip(data: &[u8]) -> bool
Check if data appears to be gzip-compressed
Checks for gzip magic number (0x1f, 0x8b)