]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Docs: fix Comm::ReadNow() retval text
authorAmos Jeffries <squid3@treenet.co.nz>
Sat, 7 Jun 2014 10:22:01 +0000 (03:22 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Sat, 7 Jun 2014 10:22:01 +0000 (03:22 -0700)
src/comm/Read.h

index 4758325b147b35e5413d77a0cbbaae83bcab65d5..77d89a4fbd0fb44e4eee8af9bae31257c73d6b0a 100644 (file)
@@ -29,8 +29,8 @@ bool MonitorsRead(int fd);
  * \retval Comm::OK          data has been read and placed in buf, amount in params.size
  * \retval Comm::ERROR       an error occured, the code is placed in params.xerrno
  * \retval Comm::INPROGRESS  unable to read at this time, or a minor error occured
- * \retval Comm::ERR_CLOSING 0-byte read has occured.
- *                          Usually indicates the remote end has disconnected.
+ * \retval Comm::ENDFILE     0-byte read has occured.
+ *                           Usually indicates the remote end has disconnected.
  */
 Comm::Flag ReadNow(CommIoCbParams &params, SBuf &buf);