summary refs log tree commit diff stats
path: root/include/io/channel-websock.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/io/channel-websock.h')
-rw-r--r--include/io/channel-websock.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/io/channel-websock.h b/include/io/channel-websock.h
index ff32d8651b..a7e5e92e61 100644
--- a/include/io/channel-websock.h
+++ b/include/io/channel-websock.h
@@ -59,9 +59,8 @@ struct QIOChannelWebsock {
     Buffer encinput;
     Buffer encoutput;
     Buffer rawinput;
-    Buffer rawoutput;
-    Buffer ping_reply;
     size_t payload_remain;
+    size_t pong_remain;
     QIOChannelWebsockMask mask;
     guint io_tag;
     Error *io_err;