diff -r 79ddd772e807 -r 570026d3a685 src/server/util/io.h --- a/src/server/util/io.h Sat May 14 15:22:37 2022 +0200 +++ b/src/server/util/io.h Sun May 15 08:56:00 2022 +0200 @@ -138,6 +138,10 @@ * end of file indicator (read) */ WSBool read_eof; + /* + * end of file indicator (write) + */ + WSBool write_eof; }; typedef struct SSLStream {