matthew-andrews / isomorphic-fetch

Isomorphic WHATWG Fetch API, for Node & Browserify
MIT License
6.95k stars 289 forks source link

FetchError code : "Z_DATA_ERROR" , what does it mean? #113

Closed xuyongtao closed 7 years ago

xuyongtao commented 7 years ago

image

xuyongtao commented 7 years ago

I found out that if I set the webpack-dev-server config to { compress: false } and it works. Does it means that isomorphic-fetch does not support Accept-Encoding: gzip ?