src/server/util/io.h

branch
webdav
changeset 337
d934c2eb6a76
parent 336
fb75473fecca
child 354
017eda1be105
--- 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
      */

mercurial