We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dd30a6 commit 7e1c355Copy full SHA for 7e1c355
include/swoole_server.h
@@ -84,9 +84,7 @@ struct Connection {
84
uint8_t high_watermark;
85
uint8_t http_upgrade;
86
uint8_t http2_stream;
87
-#ifdef SW_HAVE_ZLIB
88
uint8_t websocket_compression;
89
-#endif
90
// If it is equal to 1, it means server actively closed the connection
91
uint8_t close_actively;
92
uint8_t closed;
0 commit comments