Restore UWS_NO_ZLIB

This commit is contained in:
Alex Hultman
2020-03-02 21:26:18 +01:00
committed by GitHub
parent 3a64336493
commit dfbab89e6e
+2
View File
@@ -62,6 +62,8 @@ struct DeflationStream {
std::string_view deflate(ZlibContext *zlibContext, std::string_view raw, bool reset) {
return raw;
}
DeflationStream(int compressOptions) {
}
};
#else