Restore UWS_NO_ZLIB
This commit is contained in:
@@ -62,6 +62,8 @@ struct DeflationStream {
|
|||||||
std::string_view deflate(ZlibContext *zlibContext, std::string_view raw, bool reset) {
|
std::string_view deflate(ZlibContext *zlibContext, std::string_view raw, bool reset) {
|
||||||
return raw;
|
return raw;
|
||||||
}
|
}
|
||||||
|
DeflationStream(int compressOptions) {
|
||||||
|
}
|
||||||
};
|
};
|
||||||
#else
|
#else
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user