(ws gunzip + IXGZipCodec) Can decompress gziped data with libdeflate. ws gunzip computed output filename was incorrect (was the extension aka gz) instead of the file without the extension. Also check whether the output file is writeable.

This commit is contained in:
Benjamin Sergeant
2020-10-30 18:28:11 -07:00
parent e8b12feaeb
commit 91fb3992ac
5 changed files with 43 additions and 2 deletions

View File

@ -250,6 +250,9 @@ doc:
change: format
vim ixwebsocket/IXWebSocketVersion.h docs/CHANGELOG.md
change_no_format:
vim ixwebsocket/IXWebSocketVersion.h docs/CHANGELOG.md
commit:
git commit -am "`sh tools/extract_latest_change.sh`"