Sat, 07 May 2022 14:14:20 +0200
remove redundant comments
src/server/util/io.h | file | annotate | diff | comparison | revisions |
--- a/src/server/util/io.h Sat May 07 14:13:08 2022 +0200 +++ b/src/server/util/io.h Sat May 07 14:14:20 2022 +0200 @@ -111,17 +111,17 @@ */ char *readbuf; /* - * readbuf size + * readbuf allocated size */ - size_t bufsize; // allocated buffer size + size_t bufsize; /* * number of bytes currently stored in readbuf */ - int *buflen; // currently number of bytes in the buffer + int *buflen; /* * current position in the read buffer */ - int *bufpos; // current buffer position + int *bufpos; /* * current chunk_buf position */