------------------------------------------------------------ revno: 13455 revision-id: squid3@treenet.co.nz-20140607102201-89kt8k2nb32mimn6 parent: squidadm@squid-cache.org-20140607001438-gi9xlrr7mccrgvk4 committer: Amos Jeffries branch nick: trunk timestamp: Sat 2014-06-07 03:22:01 -0700 message: Docs: fix Comm::ReadNow() retval text ------------------------------------------------------------ # Bazaar merge directive format 2 (Bazaar 0.90) # revision_id: squid3@treenet.co.nz-20140607102201-89kt8k2nb32mimn6 # target_branch: http://bzr.squid-cache.org/bzr/squid3/trunk/ # testament_sha1: 8c3ad6e728e623f834cb559b64a5a6535f090e3c # timestamp: 2014-06-07 11:02:04 +0000 # source_branch: http://bzr.squid-cache.org/bzr/squid3/trunk/ # base_revision_id: squidadm@squid-cache.org-20140607001438-\ # gi9xlrr7mccrgvk4 # # Begin patch === modified file 'src/comm/Read.h' --- src/comm/Read.h 2014-06-06 00:14:36 +0000 +++ src/comm/Read.h 2014-06-07 10:22:01 +0000 @@ -29,8 +29,8 @@ * \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 ¶ms, SBuf &buf);