Remove the client-side early return that skipped transport writes for
zero-length masked payloads.
This keeps empty text or binary messages and empty pong replies on the
wire instead of silently discarding them.
This essentially reverts
|
||
|---|---|---|
| .. | ||
| Impl | ||
| CMakeLists.txt | ||
| ConnectionInfo.cpp | ||
| ConnectionInfo.h | ||
| Message.h | ||
| WebSocket.cpp | ||
| WebSocket.h | ||