Skip to content

Commit 2d43df1

Browse files
This should break Autobahn compression tests
1 parent 556215c commit 2d43df1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/EchoServer.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ int main() {
1919
.passphrase = "1234"
2020
}).ws<PerSocketData>("/*", {
2121
/* Settings */
22-
.compression = uWS::CompressOptions(uWS::DEDICATED_COMPRESSOR | uWS::SHARED_DECOMPRESSOR),
22+
.compression = uWS::CompressOptions(uWS::DEDICATED_COMPRESSOR | uWS::DEDICATED_DECOMPRESSOR),
2323
.maxPayloadLength = 100 * 1024 * 1024,
2424
.idleTimeout = 16,
2525
.maxBackpressure = 100 * 1024 * 1024,

0 commit comments

Comments
 (0)