grantila / fetch-h2

HTTP/1+2 Fetch API client for Node.js
MIT License
336 stars 16 forks source link

fix empty body gzip errors #72

Closed colinbendell closed 4 years ago

colinbendell commented 4 years ago

set default zlib finishFlush = Z_SYNC_FLUSH to avoid errors from partial or interrupted streams including an empty stream (eg: HEAD)

github-actions[bot] commented 4 years ago

:tada: This issue has been resolved in version 2.4.5 :tada:

The release is available on:

Your semantic-release bot :package::rocket: