AppImageCommunity / zsync2

Rewrite of https://github.com/AppImage/zsync-curl, using modern C++, providing both a library and standalone tools.
Other
132 stars 25 forks source link

Allow other HTTP protocol versions #57

Closed jonathonf closed 3 years ago

jonathonf commented 3 years ago

This widens the check on specific HTTP/1* responses and so allows other HTTP protocol versions too (e.g. HTTP/2, HTTP/3).

Closes #56